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:
parent
ea9fd970c5
commit
042bce47c4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
||||||
publicPath: "/dist/"
|
publicPath: "/dist/"
|
||||||
},
|
},
|
||||||
externals: {
|
externals: {
|
||||||
"jszip": "JSZip",
|
"jszip": "jszip",
|
||||||
"xmldom": "xmldom"
|
"xmldom": "xmldom"
|
||||||
},
|
},
|
||||||
plugins: PROD ? [
|
plugins: PROD ? [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue