codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

Ability to specify alternate path to `webpack` #436

Closed trusktr closed 4 years ago

trusktr commented 4 years ago

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.

trusktr commented 4 years ago

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.