1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

require "jszip" in lowercase as external dependency

This commit is contained in:
Ramakrishnan V 2017-12-01 14:29:15 +05:30
parent ea9fd970c5
commit 042bce47c4

View file

@ -24,7 +24,7 @@ module.exports = {
publicPath: "/dist/" publicPath: "/dist/"
}, },
externals: { externals: {
"jszip": "JSZip", "jszip": "jszip",
"xmldom": "xmldom" "xmldom": "xmldom"
}, },
plugins: PROD ? [ plugins: PROD ? [