mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 23:53:29 +02:00
Adding nothing to show.
Exporting webpack options.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user