mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Added core Url and Path, split up book.open, added Container and Packaging
This commit is contained in:
parent
02725b1771
commit
47787678f7
24 changed files with 1774 additions and 1140 deletions
|
@ -26,6 +26,11 @@ module.exports = {
|
|||
plugins: [
|
||||
// new webpack.IgnorePlugin(/punycode|IPv6/),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
path: "path-webpack"
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
host: hostname,
|
||||
port: port,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue