mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Switched from URIjs to URL and Node Path
This commit is contained in:
parent
869a170564
commit
315650006e
22 changed files with 1060 additions and 3614 deletions
|
@ -16,7 +16,8 @@ module.exports = {
|
|||
filename: "[name].js",
|
||||
sourceMapFilename: "[name].js.map",
|
||||
library: "ePub",
|
||||
libraryTarget: "umd"
|
||||
libraryTarget: "umd",
|
||||
publicPath: "/dist/"
|
||||
},
|
||||
externals: {
|
||||
"jszip": "JSZip",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue