mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
With this change the builder will report the emitted chunks and assets after the compilation, this is needed for deferential loading so that we can build an index from the outputs of multiple builds
15 lines
348 B
TypeScript
15 lines
348 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
export * from './webpack';
|
|
export * from './webpack-dev-server';
|
|
|
|
export * from './plugins/architect';
|
|
|
|
export { EmittedFiles } from './utils';
|