1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

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')