-
Notifications
You must be signed in to change notification settings - Fork 219
Possible missing dependency on babel-runtime #307
New issue
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
Comments
We had to lock version to 2.0.9 as this breaking change was not announced properly |
Could someone please quick review (#310) ? |
Released in |
@michael-ciniawsky This is still failing for me in
|
😞 Could include some context ( |
@michael-ciniawsky updated my previous comment with out console output. We are using it as a dev-dependency so it will not be included in our lockfile. I did clear the |
On project with
This seems to be caused by the fact project doesn't use babel and babel-runtime is not provided as dependency by karma-webpack. Thus require call fails on \node_modules\karma-webpack\lib\karma-webpack.js:3
|
Not sure why there is no notice, but just FYI: this was fixed in #312. |
Uh oh!
There was an error while loading. Please reload this page.
I'm submitting a bug report
Webpack version:
3.11.0
Webpack Karma version:
1.7.x
Karma version:
2.0.11
Please tell us about your environment:
OSX
Current behavior:
Adding
babel-runtime
as a dep fixes the issue. Guessing this was due to 6d28c5c. 2.0.9 was the last version of karma-webpack that worked without babel-runtime.The text was updated successfully, but these errors were encountered: