1
0
Fork 0
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:
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

@ -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