diff --git a/packages/angular-cli/models/webpack-build-utils.ts b/packages/angular-cli/models/webpack-build-utils.ts index b2082b031fc0..b2aa2148800e 100644 --- a/packages/angular-cli/models/webpack-build-utils.ts +++ b/packages/angular-cli/models/webpack-build-utils.ts @@ -26,7 +26,7 @@ const verboseWebpackOutputOptions = { chunkModules: false // TODO: set to true when console to file output is fixed }; -export function getWebpackStatsConfig(verbose = false){ +export function getWebpackStatsConfig(verbose = false) { return verbose ? Object.assign(webpackOutputOptions, verboseWebpackOutputOptions) : webpackOutputOptions;