mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
added polymer/url library
This commit is contained in:
parent
f4ef0acf40
commit
ad26711cb4
11 changed files with 3731 additions and 2319 deletions
|
@ -7,7 +7,7 @@ var port = "8080";
|
|||
module.exports = {
|
||||
entry: {
|
||||
epub: "./src/epub.js",
|
||||
polyfills: ["./node_modules/es6-promise/dist/es6-promise.auto.js", "./node_modules/js-polyfills/url.js"]
|
||||
polyfills: ["./node_modules/es6-promise/dist/es6-promise.auto.js", "./libs/url/url.js"]
|
||||
},
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue