Closed trusktr closed 4 years ago
Sometimes, karma-webpack can not find webpack. For example, https://github.com/webpack-contrib/karma-webpack/issues/421.
In my case, the problem is described in this comment.
What may be nice is a way to specify fallback or alternate locations in which to resolve webpack.
webpack
I erroneously thought in the other issue that the webpack package could not be found, due to the wording of "could not load webpack". I'll close this. Maybe the wording could be updated.
Feature Proposal
Sometimes, karma-webpack can not find webpack. For example, https://github.com/webpack-contrib/karma-webpack/issues/421.
In my case, the problem is described in this comment.
Feature Use Case
What may be nice is a way to specify fallback or alternate locations in which to resolve
webpack
.