mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
feat(@angular/cli): update configuration schema with ivy i18n extraction support
This commit is contained in:
parent
a5293fe747
commit
d096e57884
@ -1362,6 +1362,10 @@
|
||||
"description": "Specifies the source language of the application.",
|
||||
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
|
||||
},
|
||||
"ivy": {
|
||||
"type": "boolean",
|
||||
"description": "Use Ivy compiler to extract translations."
|
||||
},
|
||||
"progress": {
|
||||
"type": "boolean",
|
||||
"description": "Log progress to the console.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user