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:
parent
1e18c991b4
commit
c9043dd895
3 changed files with 115 additions and 19 deletions
|
@ -9,6 +9,9 @@ module.exports = {
|
|||
, publicPath: '/static/build/'
|
||||
, filename: 'bundle.js'
|
||||
}
|
||||
, stats: {
|
||||
colors: true
|
||||
}
|
||||
, resolve: {
|
||||
modulesDirectories: [
|
||||
pathutil.resource('bower_components')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue