From 2d612b56660b51fc1057d543b3f7419e579ae721 Mon Sep 17 00:00:00 2001 From: David Aalbers Date: Fri, 26 Apr 2019 09:42:30 +1200 Subject: [PATCH] Fixed error in webpack.config.js when mode == production --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index a3f42f0..6d9d7a2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -161,7 +161,7 @@ module.exports = function(_, arg) { }; if (arg.mode === "production") { - config.plugins.puch( + config.plugins.push( new AppCachePlugin({ network: ["*"], settings: ["prefer-online"],