mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
11 lines
619 B
TypeScript
11 lines
619 B
TypeScript
// Exports the webpack plugins we use internally.
|
|
export { BaseHrefWebpackPlugin } from '../lib/base-href-webpack/base-href-webpack-plugin';
|
|
export { CleanCssWebpackPlugin, CleanCssWebpackPluginOptions } from './cleancss-webpack-plugin';
|
|
export { BundleBudgetPlugin, BundleBudgetPluginOptions } from './bundle-budget';
|
|
export { ScriptsWebpackPlugin, ScriptsWebpackPluginOptions } from './scripts-webpack-plugin';
|
|
export { SuppressExtractedTextChunksWebpackPlugin } from './suppress-entry-chunks-webpack-plugin';
|
|
export {
|
|
default as PostcssCliResources,
|
|
PostcssCliResourcesOptions,
|
|
} from './postcss-cli-resources';
|