File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1010 ],
1111 "env" : {
1212 "test" : {
13- "plugins" : [ " istanbul" ]
13+ "plugins" : [
14+ " transform-decorators-legacy" ,
15+ " transform-object-rest-spread" ,
16+ " istanbul"
17+ ]
1418 }
1519 }
1620}
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ class WebpackTestConfig extends WebpackBaseConfig {
4242 {
4343 test : / \. ( j s | j s x ) $ / ,
4444 loader : 'babel-loader' ,
45- query : {
46- presets : [ 'airbnb' ]
47- } ,
4845 include : [ ] . concat (
4946 this . includedPackages ,
5047 [
Original file line number Diff line number Diff line change 5050 "babel-preset-react" : " ^6.5.0" ,
5151 "chai" : " ^3.5.0" ,
5252 "copyfiles" : " ^1.0.0" ,
53- "css-loader" : " ^0.23.1 " ,
53+ "css-loader" : " ^0.24.0 " ,
5454 "enzyme" : " ^2.2.0" ,
5555 "eslint" : " ^3.0.0" ,
5656 "eslint-config-airbnb" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments