make sure karma runs tests in dev mode to speed up build
This commit is contained in:
parent
b7843a5d46
commit
9e916cdd5c
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ const olm_entry = webpack_config.entry['olm'];
|
|||
// 'preprocessors' config below)
|
||||
delete webpack_config['entry'];
|
||||
|
||||
// make sure we're flagged as development to avoid wasting time optimising
|
||||
webpack_config.mode = 'development';
|
||||
|
||||
// add ./test as a search path for js
|
||||
webpack_config.module.rules.unshift({
|
||||
test: /\.js$/, use: "babel-loader",
|
||||
|
|
Loading…
Reference in a new issue