mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
- Add Local settings.
- Add Language settings synced back.
This commit is contained in:
parent
710a5daeab
commit
eaaf6a36bd
11 changed files with 137 additions and 50 deletions
|
@ -6,7 +6,8 @@ var webpackOptions = require('../../webpack.config.js')
|
|||
|
||||
var overrideOptions = {
|
||||
debug: true,
|
||||
devtool: 'eval'
|
||||
devtool: 'source-map'
|
||||
//devtool: 'eval'
|
||||
}
|
||||
|
||||
var finalOptions = _.assign(webpackOptions, overrideOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue