File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "presets" : [" es2015" ],
2
3
"plugins" : [
3
4
" transform-strict-mode" ,
4
5
" transform-es2015-parameters" ,
Original file line number Diff line number Diff line change 31
31
"babel-cli" : " ^6.1.18" ,
32
32
"babel-core" : " ^6.1.21" ,
33
33
"babel-eslint" : " ^4.1.5" ,
34
- "babel-plugin-transform-strict-mode" : " ^6.1.18" ,
35
- "babel-plugin-transform-es2015-parameters" : " ^6.1.18" ,
36
34
"babel-plugin-transform-es2015-destructuring" : " ^6.1.18" ,
37
35
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.1.18" ,
38
- "babel-plugin-transform-object-rest-spread " : " ^6.1.18" ,
36
+ "babel-plugin-transform-es2015-parameters " : " ^6.1.18" ,
39
37
"babel-plugin-transform-es2015-spread" : " ^6.1.18" ,
40
38
"babel-plugin-transform-export-extensions" : " ^6.1.18" ,
39
+ "babel-plugin-transform-object-rest-spread" : " ^6.1.18" ,
40
+ "babel-plugin-transform-strict-mode" : " ^6.1.18" ,
41
+ "babel-preset-es2015" : " ^6.5.0" ,
41
42
"chai" : " ^3.4.1" ,
42
43
"eslint" : " ^1.9.0" ,
43
44
"eslint-config-airbnb-lite" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const styles = {
3
+ var styles = {
4
4
'className' : 'styles__className___385m0 parent__block___33Sxl'
5
5
} ;
Original file line number Diff line number Diff line change 1
- const styles = require ( '../styles.css' ) ;
1
+ const styles = require ( '../styles.css' ) ;
You can’t perform that action at this time.
0 commit comments