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:
parent
7ccb1bbcd6
commit
c17176a985
9 changed files with 389 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue