1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Include url-polyfill by default, fix linear default to yes

This commit is contained in:
Fred Chasen 2017-07-03 14:16:32 -04:00
parent 2caf88543b
commit fdf7fda0d9
6 changed files with 18 additions and 10 deletions

View file

@ -6,7 +6,7 @@ var LEGACY = (process.env.LEGACY)
var hostname = "localhost";
var port = 8080;
var enter = LEGACY ? {
"epub.legacy": ["babel-polyfill", "./libs/url/url.js", "./src/epub.js"]
"epub.legacy": ["babel-polyfill", "./src/epub.js"]
} : {
"epub": "./src/epub.js",
};