Skip to content

Commit 2a513ca

Browse files
authored
fix(build): disable performance hints (#3808)
See webpack/webpack#3486
1 parent 59e9e8f commit 2a513ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function getWebpackCommonConfig(
108108

109109
return {
110110
devtool: sourcemap ? 'source-map' : false,
111+
performance: { hints: false },
111112
resolve: {
112113
extensions: ['.ts', '.js'],
113114
modules: [nodeModules],

0 commit comments

Comments
 (0)