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

Updated to webpack 2

This commit is contained in:
Fred Chasen 2016-10-31 12:31:46 +01:00
parent a24dfa712f
commit 52da64d723
9 changed files with 10100 additions and 10010 deletions

View file

@ -11,8 +11,8 @@ module.exports = {
},
devtool: 'source-map',
output: {
// path: path.resolve("./dist"),
path: "./dist",
path: path.resolve("./dist"),
// path: "./dist",
filename: "[name].js",
sourceMapFilename: "[name].js.map",
library: "ePub",