We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc174b commit f620993Copy full SHA for f620993
packages/@angular/cli/custom-typings.d.ts
@@ -22,14 +22,3 @@ interface IWebpackDevServerConfigurationOptions {
22
cert?: string;
23
overlay?: boolean;
24
}
25
-
26
-interface WebpackProgressPluginOutputOptions {
27
- colors?: boolean;
28
- chunks?: boolean;
29
- modules?: boolean;
30
- reasons?: boolean;
31
- chunkModules?: boolean;
32
-}
33
34
-declare var HtmlWebpackPlugin: any;
35
-declare var LoaderOptionsPlugin: any;
0 commit comments