mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +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": {
|
||||
"type": "boolean",
|
||||
"description": "Extract all licenses in a separate file, in the case of production builds only.",
|
||||
"default": true
|
||||
"description": "Extract all licenses in a separate file.",
|
||||
"default": false
|
||||
},
|
||||
"showCircularDependencies": {
|
||||
"type": "boolean",
|
||||
|
Loading…
x
Reference in New Issue
Block a user