mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
Unit tests are not isolated and therefore using cache might be flakey due to race conditions.
35 lines
750 B
JSON
35 lines
750 B
JSON
{
|
|
"$schema": "../../../../packages/angular_devkit/core/src/workspace/workspace-schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "./projects",
|
|
"cli": {
|
|
"cache": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"schematics": {},
|
|
"targets": {},
|
|
"projects": {
|
|
"app": {
|
|
"root": "src",
|
|
"sourceRoot": "src",
|
|
"projectType": "application",
|
|
"schematics": {},
|
|
"targets": {
|
|
"build-webpack": {
|
|
"builder": "../../:webpack",
|
|
"options": {
|
|
"webpackConfig": "webpack.config.js"
|
|
}
|
|
},
|
|
"serve-webpack": {
|
|
"builder": "../../:webpack-dev-server",
|
|
"options": {
|
|
"webpackConfig": "webpack.config.js"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|