Skip to content
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

2.0.10 and 2.0.11 not compatible with node < 8 #308

Closed
IgorAufricht opened this issue Feb 26, 2018 · 3 comments · Fixed by #309
Closed

2.0.10 and 2.0.11 not compatible with node < 8 #308

IgorAufricht opened this issue Feb 26, 2018 · 3 comments · Fixed by #309

Comments

@IgorAufricht
Copy link

BEFORE YOU SUBMIT please read the following:

I'm submitting a bug report

Webpack version:
3.x

Webpack Karma version:
2.0.11

Karma version:
1.7.1

Current behavior:
Updating source-map dependency to 0.7.0 in karma-webpack@2.0.10 (here) breaks compatibility with node versions < 8, since the source-map 0.7.0 dropped support for node < 8.

Expected/desired behavior:
The package.json of karma-webpack says it should be compatible with node >= 4, so it should still work correctly with node < 8.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem along with a gist/jsbin of your webpack configuration.
Install the latest karma-webpack with node < 8.

Thanks.

@michael-ciniawsky
Copy link
Contributor

Released in v2.0.12 🎉

@michael-ciniawsky michael-ciniawsky removed this from the 2.0.12 milestone Feb 26, 2018
@IgorAufricht
Copy link
Author

@michael-ciniawsky Thank you for the quick fix. :)

@tarjei
Copy link

tarjei commented Mar 7, 2018

Hi, I would love to be able to set the source-map version myself as source-map 0.7.0 has some very interesting optimizations that I want to utilize. Is it possible to allow for both versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants