From 3bc415d8b5c0b5e4acf0c9f816ee12e7d2879dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B3nimo=20Carrizo?= Date: Fri, 9 Nov 2018 10:09:12 -0300 Subject: [PATCH] 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. --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 0ca709ec4d..ba7127e311 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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", -- GitLab