File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "presets" : [" es2015" , " react " , " stage-0 " ],
2+ "presets" : [" es2015" , " stage-0 " , " react " ],
33 "plugins" : [
44 " transform-react-jsx" ,
5+ " transform-class-properties" ,
6+ " transform-class-constructor-call" ,
57 " transform-export-extensions" ,
68 " transform-class-constructor-call" ,
79 " transform-es2015-spread" ,
1012 " transform-es2015-parameters" ,
1113 " transform-es2015-block-scoping" ,
1214 " transform-es2015-classes" ,
13- " syntax-export-extensions" ,
14- " syntax-class-properties" ,
15- " syntax-class-constructor-call" ,
16- " syntax-jsx" ,
17- " check-es2015-constants" ,
1815 " transform-es2015-destructuring" ,
1916 " transform-es2015-literals" ,
2017 " transform-es2015-shorthand-properties" ,
Original file line number Diff line number Diff line change 4848 "babel-plugin-syntax-export-extensions" : " ^6.3.13" ,
4949 "babel-plugin-syntax-jsx" : " ^6.0.14" ,
5050 "babel-plugin-transform-class-constructor-call" : " ^6.3.13" ,
51+ "babel-plugin-transform-class-properties" : " ^6.3.13" ,
5152 "babel-plugin-transform-es2015-arrow-functions" : " ^6.0.14" ,
5253 "babel-plugin-transform-es2015-block-scoping" : " ^6.3.13" ,
5354 "babel-plugin-transform-es2015-classes" : " ^6.3.15" ,
You can’t perform that action at this time.
0 commit comments