This commit is contained in:
Evan
2026-09-07 09:55:36 +08:00
parent 9b6892f2ed
commit badbc11154
9098 changed files with 985321 additions and 0 deletions

9
scratch-l10n/.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}],
"@babel/preset-react"
]
}