File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ module.exports = {
4
4
plugins : [
5
5
'@babel/plugin-syntax-jsx' ,
6
6
'@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 } ] ,
9
8
'syntax-trailing-function-commas' ,
10
9
[
11
10
'@babel/plugin-proposal-object-rest-spread' ,
Original file line number Diff line number Diff line change 21
21
"@babel/plugin-transform-block-scoped-functions" : " ^7.10.4" ,
22
22
"@babel/plugin-transform-block-scoping" : " ^7.11.1" ,
23
23
"@babel/plugin-transform-class-properties" : " ^7.25.9" ,
24
- "@babel/plugin-transform-classes" : " ^7.25.9 " ,
24
+ "@babel/plugin-transform-classes" : " ^7.10.4 " ,
25
25
"@babel/plugin-transform-computed-properties" : " ^7.10.4" ,
26
26
"@babel/plugin-transform-destructuring" : " ^7.10.4" ,
27
27
"@babel/plugin-transform-for-of" : " ^7.10.4" ,
You can’t perform that action at this time.
0 commit comments