Skip to content

Commit a526a66

Browse files
authored
Update .babelrc
1 parent a57a351 commit a526a66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.babelrc

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
// ESNext
99
"remove-import-export",
10-
"@babel/plugin-proposal-logical-assignment-operators",
11-
["@babel/plugin-proposal-nullish-coalescing-operator", {"loose": true}],
12-
["@babel/plugin-proposal-optional-chaining", {"loose": true}],
13-
["@babel/plugin-proposal-object-rest-spread", {"loose": true, "useBuiltIns": true}],
14-
"@babel/plugin-proposal-optional-catch-binding",
10+
"@babel/plugin-transform-logical-assignment-operators",
11+
["@babel/plugin-transform-nullish-coalescing-operator", {"loose": true}],
12+
["@babel/plugin-transform-optional-chaining", {"loose": true}],
13+
["@babel/plugin-transform-object-rest-spread", {"loose": true, "useBuiltIns": true}],
14+
"@babel/plugin-transform-optional-catch-binding",
1515
"@babel/plugin-transform-exponentiation-operator",
1616

1717
// ES6

0 commit comments

Comments
 (0)