mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Add important to adjustImages css rules
This commit is contained in:
parent
eeb566c6f8
commit
6f2d91a0ce
3 changed files with 11 additions and 9 deletions
|
@ -4,7 +4,7 @@ var BabiliPlugin = require("babili-webpack-plugin");
|
|||
var PROD = (process.env.NODE_ENV === 'production')
|
||||
var LEGACY = (process.env.LEGACY)
|
||||
var hostname = "localhost";
|
||||
var port = "8080";
|
||||
var port = 8080;
|
||||
var enter = LEGACY ? {
|
||||
"epub.legacy": ["babel-polyfill", "./libs/url/url.js", "./src/epub.js"]
|
||||
} : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue