File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
"presets" : [" react" ],
3
3
"ignore" : [" third_party" ],
4
4
"plugins" : [
5
+ " transform-class-properties" ,
5
6
" syntax-trailing-function-commas" ,
6
- " babel-plugin- transform-object-rest-spread" ,
7
+ " transform-object-rest-spread" ,
7
8
" transform-es2015-template-literals" ,
8
9
" transform-es2015-literals" ,
9
10
" transform-es2015-arrow-functions" ,
Original file line number Diff line number Diff line change 10
10
"babel-eslint" : " ^5.0.0" ,
11
11
"babel-plugin-check-es2015-constants" : " ^6.5.0" ,
12
12
"babel-plugin-syntax-trailing-function-commas" : " ^6.5.0" ,
13
+ "babel-plugin-transform-class-properties" : " ^6.10.2" ,
13
14
"babel-plugin-transform-es2015-arrow-functions" : " ^6.5.2" ,
14
15
"babel-plugin-transform-es2015-block-scoped-functions" : " ^6.5.0" ,
15
16
"babel-plugin-transform-es2015-block-scoping" : " ^6.5.0" ,
You can’t perform that action at this time.
0 commit comments