mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
- Tabs are nice now.
This commit is contained in:
parent
648c58d96b
commit
3c8efab212
11 changed files with 166 additions and 19 deletions
|
@ -5,8 +5,8 @@ var _ = require('lodash')
|
|||
var webpackOptions = require('../../webpack.config.js')
|
||||
|
||||
var overrideOptions = {
|
||||
debug: false,
|
||||
// devtool: 'eval'
|
||||
debug: true,
|
||||
devtool: 'eval'
|
||||
}
|
||||
|
||||
var finalOptions = _.assign(webpackOptions, overrideOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue