diff --git a/packages/angular-cli/models/webpack-build-test.js b/packages/angular-cli/models/webpack-build-test.js index a1b1dbe98ecd..8f5c2776d471 100644 --- a/packages/angular-cli/models/webpack-build-test.js +++ b/packages/angular-cli/models/webpack-build-test.js @@ -71,6 +71,7 @@ const getWebpackTestConfig = function (projectRoot, environment, appConfig, test return { devtool: testConfig.sourcemap ? 'inline-source-map' : 'eval', + performance: { hints: false }, context: projectRoot, resolve: { extensions: ['.ts', '.js'],