mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
fix(@angular-devkit/build-angular): fix extractLicenses default (#12546)
It should be false so that it doesn't affect dev builds. The default production config has it set to true already. Partially address #12432.
This commit is contained in:
parent
d45bce2e8b
commit
916a616762
@ -171,8 +171,8 @@
|
|||||||
},
|
},
|
||||||
"extractLicenses": {
|
"extractLicenses": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Extract all licenses in a separate file, in the case of production builds only.",
|
"description": "Extract all licenses in a separate file.",
|
||||||
"default": true
|
"default": false
|
||||||
},
|
},
|
||||||
"showCircularDependencies": {
|
"showCircularDependencies": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user