1
0
Fork 0
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:
Gunther Brunner 2014-02-19 22:51:40 +09:00
parent 3cdb0c7c1a
commit eae8062252
6 changed files with 39 additions and 5 deletions

View file

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