mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
7 lines
515 B
TypeScript
7 lines
515 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 { NamedLazyChunksWebpackPlugin } from './named-lazy-chunks-webpack-plugin';
|
|
export { ScriptsWebpackPlugin, ScriptsWebpackPluginOptions } from './scripts-webpack-plugin';
|
|
export { SuppressExtractedTextChunksWebpackPlugin } from './suppress-entry-chunks-webpack-plugin';
|