1
0
Fork 0
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:
Fred Chasen 2017-01-23 23:28:07 -05:00
parent eeb566c6f8
commit 6f2d91a0ce
3 changed files with 11 additions and 9 deletions

View file

@ -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"]
} : {