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 715ad55 commit 53e25bfCopy full SHA for 53e25bf
packages/angular-cli/models/webpack-build-utils.ts
@@ -26,7 +26,7 @@ const verboseWebpackOutputOptions = {
26
chunkModules: false // TODO: set to true when console to file output is fixed
27
};
28
29
-export function getWebpackStatsConfig(verbose = false){
+export function getWebpackStatsConfig(verbose = false) {
30
return verbose
31
? Object.assign(webpackOutputOptions, verboseWebpackOutputOptions)
32
: webpackOutputOptions;
0 commit comments