Replace webpack-dev-middleware with our own improved version.

This commit is contained in:
Simo Kinnunen
2014-04-21 17:38:34 +09:00
parent 1e18c991b4
commit c9043dd895
3 changed files with 115 additions and 19 deletions

View File

@@ -9,6 +9,9 @@ module.exports = {
, publicPath: '/static/build/'
, filename: 'bundle.js'
}
, stats: {
colors: true
}
, resolve: {
modulesDirectories: [
pathutil.resource('bower_components')