mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Update .babelrc
This commit is contained in:
parent
a57a351fd8
commit
a526a66dfa
10
.babelrc
10
.babelrc
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
// ESNext
|
||||
"remove-import-export",
|
||||
"@babel/plugin-proposal-logical-assignment-operators",
|
||||
["@babel/plugin-proposal-nullish-coalescing-operator", {"loose": true}],
|
||||
["@babel/plugin-proposal-optional-chaining", {"loose": true}],
|
||||
["@babel/plugin-proposal-object-rest-spread", {"loose": true, "useBuiltIns": true}],
|
||||
"@babel/plugin-proposal-optional-catch-binding",
|
||||
"@babel/plugin-transform-logical-assignment-operators",
|
||||
["@babel/plugin-transform-nullish-coalescing-operator", {"loose": true}],
|
||||
["@babel/plugin-transform-optional-chaining", {"loose": true}],
|
||||
["@babel/plugin-transform-object-rest-spread", {"loose": true, "useBuiltIns": true}],
|
||||
"@babel/plugin-transform-optional-catch-binding",
|
||||
"@babel/plugin-transform-exponentiation-operator",
|
||||
|
||||
// ES6
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user