We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
{}
The text was updated successfully, but these errors were encountered:
Yep, can confirm this. Was introduced somewhere between v4.0.0-rc.6 and v4.0.1.
Sorry, something went wrong.
This was fixed in #418, but I'm waiting for the CLA check to pass before I can merge
Fixed in v4.0.2
No branches or pull requests
https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js#L227
Looks like
webpackMiddleware
isundefined
by default instead of{}
The text was updated successfully, but these errors were encountered: