File tree Expand file tree Collapse file tree 4 files changed +298
-285
lines changed Expand file tree Collapse file tree 4 files changed +298
-285
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" react-native" ],
3
- "plugins" : [" inline-package-json" ],
2
+ "presets" : [" es2015" ],
3
+ "plugins" : [
4
+ " inline-package-json" ,
5
+ " transform-class-properties" ,
6
+ " transform-object-rest-spread"
7
+ ],
4
8
"env" : {
5
9
"test" : {
6
10
"plugins" : [
Original file line number Diff line number Diff line change 1
- /* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
1
+ /*
2
+ eslint
3
+ import/no-extraneous-dependencies: ["error", {"devDependencies": true}]
4
+ */
2
5
3
6
require ( 'babel-polyfill' ) ;
4
7
global . fetch = require ( 'node-fetch' ) ;
Original file line number Diff line number Diff line change 41
41
"babel-eslint" : " 7.1.1" ,
42
42
"babel-plugin-inline-package-json" : " 2.0.0" ,
43
43
"babel-plugin-istanbul" : " 4.0.0" ,
44
+ "babel-plugin-transform-class-properties" : " 6.23.0" ,
45
+ "babel-plugin-transform-object-rest-spread" : " 6.23.0" ,
44
46
"babel-polyfill" : " 6.23.0" ,
45
- "babel-preset-react-native " : " 1.9 .0" ,
47
+ "babel-preset-es2015 " : " 6.22 .0" ,
46
48
"babel-register" : " 6.23.0" ,
47
49
"body-parser" : " 1.17.0" ,
48
50
"codecov" : " 1.0.1" ,
You can’t perform that action at this time.
0 commit comments