1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Add URL polyfill for phantomjs, fix archived test

This commit is contained in:
Fred Chasen 2016-10-31 14:07:02 +01:00
parent 52da64d723
commit 15b368d912
5 changed files with 11 additions and 5 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"]
polyfills: ["./node_modules/es6-promise/dist/es6-promise.auto.js", "./node_modules/js-polyfills/url.js"]
},
devtool: 'source-map',
output: {