feat(common): generate closure-locale.ts
to tree shake locale data (#18907)
Closure will only keep the data for the locale defined in `goog.LOCALE` PR Close #18907
This commit is contained in:

committed by
Miško Hevery

parent
4c5aac8cd5
commit
48789360b1
2406
packages/common/locales/closure-locale.ts
Normal file
2406
packages/common/locales/closure-locale.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"declaration": true,
|
||||
"stripInternal": true,
|
||||
@ -16,5 +16,8 @@
|
||||
"target": "es5",
|
||||
"skipLibCheck": true,
|
||||
"lib": ["es2015", "dom"]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"./closure-locale.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user