mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
- Adding languages support.
- Adding webpack bundle building support.
This commit is contained in:
@@ -5,8 +5,8 @@ var _ = require('lodash')
|
||||
var webpackOptions = require('../../webpack.config.js')
|
||||
|
||||
var overrideOptions = {
|
||||
debug: true,
|
||||
devtool: 'eval'
|
||||
debug: false,
|
||||
// devtool: 'eval'
|
||||
}
|
||||
|
||||
var finalOptions = _.assign(webpackOptions, overrideOptions)
|
||||
|
||||
Reference in New Issue
Block a user