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:
Filipe Silva 2018-10-10 20:11:46 +01:00 committed by vikerman
parent d45bce2e8b
commit 916a616762

View File

@ -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",