mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
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.
Angular Build Facade
WIP