Skip to content

Commit 53e25bf

Browse files
committed
fix lint
1 parent 715ad55 commit 53e25bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/models/webpack-build-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const verboseWebpackOutputOptions = {
2626
chunkModules: false // TODO: set to true when console to file output is fixed
2727
};
2828

29-
export function getWebpackStatsConfig(verbose = false){
29+
export function getWebpackStatsConfig(verbose = false) {
3030
return verbose
3131
? Object.assign(webpackOutputOptions, verboseWebpackOutputOptions)
3232
: webpackOutputOptions;

0 commit comments

Comments
 (0)