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