diff --git a/packages/angular-cli/models/webpack-build-common.ts b/packages/angular-cli/models/webpack-build-common.ts index 97fd59bc689e..cd0465ea2335 100644 --- a/packages/angular-cli/models/webpack-build-common.ts +++ b/packages/angular-cli/models/webpack-build-common.ts @@ -108,6 +108,7 @@ export function getWebpackCommonConfig( return { devtool: sourcemap ? 'source-map' : false, + performance: { hints: false }, resolve: { extensions: ['.ts', '.js'], modules: [nodeModules],