mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Updated to webpack 2
This commit is contained in:
parent
a24dfa712f
commit
52da64d723
9 changed files with 10100 additions and 10010 deletions
|
@ -25,7 +25,6 @@ var Server = require('karma').Server;
|
|||
// modify some webpack config options
|
||||
var watchConfig = Object.create(webpackConfig);
|
||||
watchConfig.devtool = "sourcemap";
|
||||
watchConfig.debug = true;
|
||||
watchConfig.watch = true;
|
||||
|
||||
// create a single instance of the compiler to allow caching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue