1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

- Adding notifications.

This commit is contained in:
Gunther Brunner 2014-03-14 15:44:27 +09:00
parent eaaf6a36bd
commit a9a645da23
8 changed files with 30 additions and 15 deletions

View file

@ -6,8 +6,7 @@ var webpackOptions = require('../../webpack.config.js')
var overrideOptions = {
debug: true,
devtool: 'source-map'
//devtool: 'eval'
devtool: 'eval'
}
var finalOptions = _.assign(webpackOptions, overrideOptions)