mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Moved webpack server configuration to webpack.config.
This commit is contained in:
parent
dac22bd85a
commit
5559352585
5 changed files with 91 additions and 91 deletions
|
@ -9,7 +9,7 @@ var MemoryFileSystem = require('webpack/node_modules/memory-fs')
|
|||
|
||||
var logger = require('../../../util/logger')
|
||||
var lifecycle = require('../../../util/lifecycle')
|
||||
var globalOptions = require('../../../../webpack.config')
|
||||
var globalOptions = require('../../../../webpack.config').webpack
|
||||
|
||||
// Similar to webpack-dev-middleware, but integrates with our custom
|
||||
// lifecycle, behaves more like normal express middleware, and removes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue