Update .babelrc

This commit is contained in:
Marty-D 2023-06-02 15:34:37 -04:00 committed by GitHub
parent a57a351fd8
commit a526a66dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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