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

- Adding languages support.

- Adding webpack bundle building support.
This commit is contained in:
Gunther Brunner 2014-03-26 21:38:57 +09:00
parent 7ccb1bbcd6
commit c17176a985
9 changed files with 389 additions and 8 deletions

View file

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