Charles Lyding 6d8d948ad0 refactor(@angular-devkit/build-angular): cache compiled load ESM file helper
The dynamically compiled ESM import helper is now cached to prevent the need
to recompile the helper function everytime a load ESM helper call is made.
This helper is currently used to workaround dynamic import limitations with
the TypeScript compilation output. Once the build process is updated, it will
no longer be required.
2023-11-03 10:36:27 +01:00
..
2023-02-16 14:59:40 +00:00
2023-08-03 14:13:50 -04:00
2023-08-04 14:49:14 -04:00

Angular Build Facade

WIP