Skip to content

Commit

Permalink
fix(test): remove webpack size limit warning (angular#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and MRHarrison committed Feb 9, 2017
1 parent 4b6167c commit 7347ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular-cli/models/webpack-build-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 7347ccc

Please sign in to comment.