Skip to content

Commit 5df4799

Browse files
filipesilvahansl
authored andcommitted
fix(test): remove webpack size limit warning (angular#3974)
1 parent 87536c8 commit 5df4799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular-cli/models/webpack-build-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const getWebpackTestConfig = function (projectRoot, environment, appConfig, test
7171

7272
return {
7373
devtool: testConfig.sourcemap ? 'inline-source-map' : 'eval',
74+
performance: { hints: false },
7475
context: projectRoot,
7576
resolve: {
7677
extensions: ['.ts', '.js'],

0 commit comments

Comments
 (0)