From 042bce47c46ef3e22c19fb09f812438f16b3e7e0 Mon Sep 17 00:00:00 2001 From: Ramakrishnan V Date: Fri, 1 Dec 2017 14:29:15 +0530 Subject: [PATCH] require "jszip" in lowercase as external dependency --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 83eac35..a99ca0d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ module.exports = { publicPath: "/dist/" }, externals: { - "jszip": "JSZip", + "jszip": "jszip", "xmldom": "xmldom" }, plugins: PROD ? [