mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Fast rebuilds.
This commit is contained in:
parent
a771952339
commit
8e674928ea
3 changed files with 11 additions and 17 deletions
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue