Charles Lyding b87771061c refactor(@angular-devkit/build-angular): support async partial Webpack configuration generators
Partial Webpack configuration generators are used to create the various aspects of the final Webpack configuration for build, testing, and serving. They previously could only be synchronous but may need to perform asynchronous actions to setup the Webpack configuration in the future. This is particularly relevant as the CLI transitions from CommonJS to ESM wherein synchronous require calls need to be replaced with asynchronous dynamic imports. For dynamic imports to be successfully used the configuration generators need to support asynchronous operations.
2021-09-20 10:31:59 +02:00
..
2021-04-28 16:05:49 -07:00
2021-04-28 16:05:49 -07:00
2021-04-28 16:05:49 -07:00