diff --git a/.babelrc b/.babelrc index 1eed54791..5f71f3161 100644 --- a/.babelrc +++ b/.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