1
0
Fork 0
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:
Gunther Brunner 2014-03-13 21:03:41 +09:00
parent 710a5daeab
commit eaaf6a36bd
11 changed files with 137 additions and 50 deletions

View file

@ -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)