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:
parent
a24dfa712f
commit
52da64d723
9 changed files with 10100 additions and 10010 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue