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.
This commit is contained in:
Alan Agius 2021-10-06 22:59:13 +02:00 committed by Joey Perrott
parent b3dcefa13c
commit 64ca38bda5

View File

@ -2,7 +2,11 @@
"$schema": "../../../../packages/angular_devkit/core/src/workspace/workspace-schema.json",
"version": 1,
"newProjectRoot": "./projects",
"cli": {},
"cli": {
"cache": {
"enabled": false
}
},
"schematics": {},
"targets": {},
"projects": {