UNPKG

@angular-devkit/build-angular

Version:
19 lines (18 loc) 1.12 kB
/** * @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 { AnyComponentStyleBudgetChecker } from './any-component-style-budget-checker'; export { OptimizeCssWebpackPlugin, OptimizeCssWebpackPluginOptions } from './optimize-css-webpack-plugin'; export { BundleBudgetPlugin, BundleBudgetPluginOptions } from './bundle-budget'; export { ScriptsWebpackPlugin, ScriptsWebpackPluginOptions } from './scripts-webpack-plugin'; export { SuppressExtractedTextChunksWebpackPlugin } from './suppress-entry-chunks-webpack-plugin'; export { RemoveHashPlugin, RemoveHashPluginOptions } from './remove-hash-plugin'; export { NamedLazyChunksPlugin } from './named-chunks-plugin'; export { DedupeModuleResolvePlugin } from './dedupe-module-resolve-plugin'; export { CommonJsUsageWarnPlugin } from './common-js-usage-warn-plugin'; export { default as PostcssCliResources, PostcssCliResourcesOptions, } from './postcss-cli-resources'; export declare const WebpackRollupLoader: string;