File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// ESNext
9
9
" 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" ,
15
15
" @babel/plugin-transform-exponentiation-operator" ,
16
16
17
17
// ES6
You can’t perform that action at this time.
0 commit comments