Closed limonte closed 5 years ago
TypeError: Cannot set property 'publicPath' of undefined at Plugin (/node_modules/karma-webpack/dist/karma-webpack.js:221:39)
https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js#L227
Looks like webpackMiddleware is undefined by default instead of {}
webpackMiddleware
undefined
{}
Yep, can confirm this. Was introduced somewhere between v4.0.0-rc.6 and v4.0.1.
This was fixed in #418, but I'm waiting for the CLA check to pass before I can merge
Fixed in v4.0.2
https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js#L227
Looks like
webpackMiddleware
isundefined
by default instead of{}