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

- Tabs are nice now.

This commit is contained in:
Gunther Brunner 2014-03-27 20:03:22 +09:00
parent 648c58d96b
commit 3c8efab212
11 changed files with 166 additions and 19 deletions

View file

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