1
0
Fork 0
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:
Fred Chasen 2016-11-15 15:21:56 +01:00
parent f4ef0acf40
commit ad26711cb4
11 changed files with 3731 additions and 2319 deletions

View file

@ -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: {