-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathwebpack.d.ts
16 lines (16 loc) · 990 Bytes
/
webpack.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
* @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 as NamedChunksPlugin } from './named-chunks-plugin';
export { default as PostcssCliResources, PostcssCliResourcesOptions, } from './postcss-cli-resources';
export declare const WebpackRollupLoader: string;