mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
- Add Local settings.
- Add Language settings synced back.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user