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:
parent
52da64d723
commit
15b368d912
5 changed files with 11 additions and 5 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"]
|
||||
polyfills: ["./node_modules/es6-promise/dist/es6-promise.auto.js", "./node_modules/js-polyfills/url.js"]
|
||||
},
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue