mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 18:55:15 +02:00
Fast rebuilds.
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = function(options) {
|
||||
app.use(webpackMiddleware(webpack( {
|
||||
cache: true,
|
||||
debug: true,
|
||||
devtool: 'inline-source-map',
|
||||
devtool: 'eval',
|
||||
entry: pathutil.resource('app') + '/entry.js',
|
||||
output: {
|
||||
path: '/static/build/',
|
||||
|
||||
Reference in New Issue
Block a user