Skip to content

Commit eb3e34f

Browse files
authored
Fix webpack 4 build (#4064)
* Fix webpack 4 build
1 parent e9f0817 commit eb3e34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rsp-webpack-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/cli": "^7.1.0",
2424
"@babel/preset-env": "^7.1.0",
2525
"@babel/preset-react": "^7.0.0",
26-
"webpack": "4.19.1",
26+
"webpack": "^4.46.0",
2727
"webpack-cli": "3.1.1",
2828
"webpack-dev-server": "3.1.8",
2929
"style-loader": "0.23.0",

0 commit comments

Comments
 (0)