Skip to content

Commit 64ca38b

Browse files
alan-agius4josephperrott
authored andcommitted
test(@angular-devkit/build-webpack): disable webpack cache during unit tests
Unit tests are not isolated and therefore using cache might be flakey due to race conditions.
1 parent b3dcefa commit 64ca38b

File tree

1 file changed

+5
-1
lines changed
  • packages/angular_devkit/build_webpack/test/angular-app

1 file changed

+5
-1
lines changed

Diff for: packages/angular_devkit/build_webpack/test/angular-app/angular.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"$schema": "../../../../packages/angular_devkit/core/src/workspace/workspace-schema.json",
33
"version": 1,
44
"newProjectRoot": "./projects",
5-
"cli": {},
5+
"cli": {
6+
"cache": {
7+
"enabled": false
8+
}
9+
},
610
"schematics": {},
711
"targets": {},
812
"projects": {

0 commit comments

Comments
 (0)