We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0155062 commit 7570912Copy full SHA for 7570912
src/karma-webpack.js
@@ -58,7 +58,7 @@ function Plugin(
58
) {
59
webpackOptions = cloneDeep(webpackOptions);
60
webpackMiddlewareOptions = cloneDeep(
61
- webpackMiddlewareOptions || webpackServerOptions
+ webpackMiddlewareOptions || webpackServerOptions || {}
62
);
63
64
const applyOptions = Array.isArray(webpackOptions)
0 commit comments