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:
parent
2caf88543b
commit
fdf7fda0d9
6 changed files with 18 additions and 10 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue