Skip to content

Commit 28c7c1e

Browse files
committed
upgrade to webpack 4 (and remove some unused dependencies)
1 parent b5cc0a1 commit 28c7c1e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-core": "^6.26.0",
3030
"babel-eslint": "^8.0.3",
3131
"babel-jest": "^22.1.0",
32-
"babel-loader": "^7.1.2",
32+
"babel-loader": "^7.1.4",
3333
"babel-plugin-add-module-exports": "^0.2.1",
3434
"babel-plugin-transform-class-properties": "^6.23.0",
3535
"babel-plugin-transform-es2015-classes": "^6.9.0",
@@ -38,12 +38,9 @@
3838
"codecov": "^3.0.0",
3939
"eslint": "^3.19.0",
4040
"eslint-plugin-babel": "^4.1.2",
41-
"file-loader": "^1.1.6",
42-
"html-webpack-plugin": "^2.30.1",
4341
"jest": "^22.1.3",
44-
"prop-types": "^15.6.0",
45-
"webpack": "^3.8.1",
46-
"webpack-dev-server": "^2.9.5"
42+
"webpack": "^4.8.1",
43+
"webpack-cli": "^2.1.3"
4744
},
4845
"jest": {
4946
"coverageDirectory": "./coverage/",

0 commit comments

Comments
 (0)