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 7c44a64 commit 4a00f00Copy full SHA for 4a00f00
packages/@angular/cli/models/webpack-configs/common.ts
@@ -218,6 +218,9 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
218
publicPath: buildOptions.deployUrl,
219
filename: `[name]${hashFormat.chunk}.js`,
220
},
221
+ performance: {
222
+ hints: false,
223
+ },
224
module: {
225
rules: [
226
{ test: /\.html$/, loader: 'raw-loader' },
0 commit comments