Skip to content

Commit

Permalink
fix(test): remove webpack size limit warning (#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and hansl committed Jan 12, 2017
1 parent 87536c8 commit b25b97d
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 b25b97d

Please sign in to comment.