This repository was archived by the owner on Jul 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +319
-409
lines changed
Expand file tree Collapse file tree 4 files changed +319
-409
lines changed Original file line number Diff line number Diff line change 2727 "homepage" : " http://geowarin.github.io/friendly-errors-webpack-plugin" ,
2828 "license" : " MIT" ,
2929 "devDependencies" : {
30- "babel-core" : " ^6.13.2 " ,
31- "babel-eslint" : " ^6 .1.2 " ,
32- "babel-loader" : " ^6.2.5 " ,
33- "babel-preset-react" : " ^6.11.1 " ,
34- "deasync" : " ^0.1.7 " ,
35- "eslint" : " ^3.3.1 " ,
36- "eslint-loader" : " ^1.5.0 " ,
30+ "babel-core" : " ^6.23.1 " ,
31+ "babel-eslint" : " ^7 .1.1 " ,
32+ "babel-loader" : " ^6.3.0 " ,
33+ "babel-preset-react" : " ^6.23.0 " ,
34+ "deasync" : " ^0.1.9 " ,
35+ "eslint" : " ^3.15.0 " ,
36+ "eslint-loader" : " ^1.6.1 " ,
3737 "expect" : " ^1.20.2" ,
3838 "jest" : " ^18.1.0" ,
3939 "memory-fs" : " ^0.4.1" ,
40- "webpack" : " ^2.1.0-beta.21"
41- },
42- "ava" : {
43- "files" : [
44- " test/**/*.spec.js"
45- ]
40+ "webpack" : " ^2.2.1"
4641 },
4742 "dependencies" : {
4843 "chalk" : " ^1.1.3" ,
49- "error-stack-parser" : " ^1.3.6 "
44+ "error-stack-parser" : " ^2.0.0 "
5045 }
5146}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
1313 loaders : [
1414 {
1515 test : / \. j s x ? $ / ,
16- loader : 'babel' ,
16+ loader : 'babel-loader ' ,
1717 exclude : / n o d e _ m o d u l e s /
1818 }
1919 ]
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ module.exports = {
1414 loaders : [
1515 {
1616 test : / \. j s $ / ,
17- loader : 'eslint' ,
17+ loader : 'eslint-loader ' ,
1818 enforce : 'pre' ,
1919 include : __dirname
2020 } ,
2121 {
2222 test : / \. j s x ? $ / ,
23- loader : 'babel' ,
23+ loader : 'babel-loader ' ,
2424 exclude : / n o d e _ m o d u l e s /
2525 }
2626 ]
You can’t perform that action at this time.
0 commit comments