From 7787987a4bb41e88feadda4dd636599804503f08 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 27 Aug 2017 01:07:51 +0200 Subject: [PATCH] Update `webpack` and `webpack-stream` to the latest version Aside from being up-to-date, this may improve build time/size. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6df16135..c5472d91d 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "typogr": "^0.6.6", "uglify-js": "^2.6.1", "vinyl-fs": "^2.4.4", - "webpack": "^2.2.1", - "webpack-stream": "^3.2.0", + "webpack": "^3.5.5", + "webpack-stream": "^4.0.0", "wintersmith": "^2.0.0", "yargs": "^3.14.0" },