1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

canary - just updating to the latest stable version of webpack (#5623)

In order to trying to resolve the bug [#5480](https://github.com/zeit/next.js/issues/5480), I create this PR which update the webpack version.
This commit is contained in:
Jerónimo Carrizo 2018-11-09 10:09:12 -03:00 committed by Tim Neutkens
parent 196f71feb7
commit 3bc415d8b5

View file

@ -78,7 +78,7 @@
"terser-webpack-plugin": "1.0.2",
"unfetch": "3.0.0",
"url": "0.11.0",
"webpack": "4.20.2",
"webpack": "4.25.1",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.22.3",
"webpack-sources": "1.2.0",