disable nodeEnv within karma config

This commit is contained in:
Mike Greiling 2018-06-21 12:36:17 -05:00
parent fa8478c2dd
commit 5a0e6f9a8f
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function fatalError(message) {
// disable problematic options
webpackConfig.entry = undefined;
webpackConfig.mode = 'development';
webpackConfig.optimization.nodeEnv = false;
webpackConfig.optimization.runtimeChunk = false;
webpackConfig.optimization.splitChunks = false;