mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 14:53:24 +02:00
Moved webpack server configuration to webpack.config.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var pathutil = require('./../../../lib/util/pathutil')
|
||||
var options = require('./../../../webpack.config.js')
|
||||
var options = require('./../../../webpack.config').webpack
|
||||
var _ = require('lodash')
|
||||
|
||||
module.exports = _.defaults(options, {
|
||||
|
||||
Reference in New Issue
Block a user