We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87536c8 commit 5df4799Copy full SHA for 5df4799
packages/angular-cli/models/webpack-build-test.js
@@ -71,6 +71,7 @@ const getWebpackTestConfig = function (projectRoot, environment, appConfig, test
71
72
return {
73
devtool: testConfig.sourcemap ? 'inline-source-map' : 'eval',
74
+ performance: { hints: false },
75
context: projectRoot,
76
resolve: {
77
extensions: ['.ts', '.js'],
0 commit comments