-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup.json
38 lines (35 loc) · 894 Bytes
/
backup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"zh-Hans": {
"aot": true,
"outputPath": "static/ztftrue-angular-zh-Hans/",
"i18nFile": "src/locale/messages.zh-Hans.xlf",
"i18nFormat": "xlf",
"i18nLocale": "zh-Hans"
},
"production-zh-Hans": {
"fileReplacements": [{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"outputPath": "static/ztftrue-angular-zh-Hans/",
"i18nFile": "src/locale/messages.zh-Hans.xlf",
"i18nFormat": "xlf",
"i18nLocale": "zh-Hans",
"i18nMissingTranslation": "error"
}
,
"serve": {
"zh-Hans": {
"browserTarget": "ztftrue-angular:build:zh-Hans"
}
}
}