Skip to content

Commit

Permalink
fix(build): disable performance hints (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored Dec 31, 2016
1 parent 59e9e8f commit 2a513ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular-cli/models/webpack-build-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export function getWebpackCommonConfig(

return {
devtool: sourcemap ? 'source-map' : false,
performance: { hints: false },
resolve: {
extensions: ['.ts', '.js'],
modules: [nodeModules],
Expand Down

0 comments on commit 2a513ca

Please sign in to comment.