Skip to content

Commit 4a00f00

Browse files
clydinfilipesilva
authored andcommitted
fix(@angular/cli): disable webpack performance hints
1 parent 7c44a64 commit 4a00f00

File tree

1 file changed

+3
-0
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+3
-0
lines changed

packages/@angular/cli/models/webpack-configs/common.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
218218
publicPath: buildOptions.deployUrl,
219219
filename: `[name]${hashFormat.chunk}.js`,
220220
},
221+
performance: {
222+
hints: false,
223+
},
221224
module: {
222225
rules: [
223226
{ test: /\.html$/, loader: 'raw-loader' },

0 commit comments

Comments
 (0)