mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
7 lines
510 B
TypeScript
7 lines
510 B
TypeScript
// Exports the webpack plugins we use internally.
|
|
export { BaseHrefWebpackPlugin } from '../lib/base-href-webpack/base-href-webpack-plugin';
|
|
export { GlobCopyWebpackPlugin, GlobCopyWebpackPluginOptions } from './glob-copy-webpack-plugin';
|
|
export { InsertConcatAssetsWebpackPlugin } from './insert-concat-assets-webpack-plugin';
|
|
export { NamedLazyChunksWebpackPlugin } from './named-lazy-chunks-webpack-plugin';
|
|
export { SuppressExtractedTextChunksWebpackPlugin } from './suppress-entry-chunks-webpack-plugin';
|