mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Adding nothing to show.
Exporting webpack options.
This commit is contained in:
parent
3cdb0c7c1a
commit
eae8062252
6 changed files with 39 additions and 5 deletions
|
@ -38,7 +38,7 @@ module.exports = function(options) {
|
|||
app.use('/static', express.static(pathutil.resource('app')))
|
||||
|
||||
if (!options.disableWatch) {
|
||||
app.use(require('./webpack-config'))
|
||||
app.use(require('./webpack-config').middleware)
|
||||
}
|
||||
|
||||
app.use(express.cookieParser(options.secret))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue