File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ module.exports = {
44 plugins : [
55 '@babel/plugin-syntax-jsx' ,
66 '@babel/plugin-transform-flow-strip-types' ,
7- [ '@babel/plugin-transform-class-properties' , { loose : true } ] ,
8- '@babel/plugin-transform-classes' ,
7+ [ '@babel/plugin-proposal-class-properties' , { loose : true } ] ,
98 'syntax-trailing-function-commas' ,
109 [
1110 '@babel/plugin-proposal-object-rest-spread' ,
Original file line number Diff line number Diff line change 2121 "@babel/plugin-transform-block-scoped-functions" : " ^7.10.4" ,
2222 "@babel/plugin-transform-block-scoping" : " ^7.11.1" ,
2323 "@babel/plugin-transform-class-properties" : " ^7.25.9" ,
24- "@babel/plugin-transform-classes" : " ^7.25.9 " ,
24+ "@babel/plugin-transform-classes" : " ^7.10.4 " ,
2525 "@babel/plugin-transform-computed-properties" : " ^7.10.4" ,
2626 "@babel/plugin-transform-destructuring" : " ^7.10.4" ,
2727 "@babel/plugin-transform-for-of" : " ^7.10.4" ,
You can’t perform that action at this time.
0 commit comments