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:
parent
196f71feb7
commit
3bc415d8b5
|
@ -78,7 +78,7 @@
|
||||||
"terser-webpack-plugin": "1.0.2",
|
"terser-webpack-plugin": "1.0.2",
|
||||||
"unfetch": "3.0.0",
|
"unfetch": "3.0.0",
|
||||||
"url": "0.11.0",
|
"url": "0.11.0",
|
||||||
"webpack": "4.20.2",
|
"webpack": "4.25.1",
|
||||||
"webpack-dev-middleware": "3.4.0",
|
"webpack-dev-middleware": "3.4.0",
|
||||||
"webpack-hot-middleware": "2.22.3",
|
"webpack-hot-middleware": "2.22.3",
|
||||||
"webpack-sources": "1.2.0",
|
"webpack-sources": "1.2.0",
|
||||||
|
|
Loading…
Reference in a new issue