-
Notifications
You must be signed in to change notification settings - Fork 222
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
TypeError: SourceNode.fromSourceWithMap is not a function #237
Comments
tschaub
added a commit
to tschaub/karma-webpack
that referenced
this issue
Apr 19, 2017
* Work with source maps * Avoid calling callback twice
tschaub
added a commit
to tschaub/karma-webpack
that referenced
this issue
May 4, 2017
* Work with source maps * Avoid calling callback twice
joshwiens
pushed a commit
that referenced
this issue
Nov 10, 2017
This was referenced Nov 17, 2017
mattlewis92
pushed a commit
that referenced
this issue
Dec 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a bug report
Webpack version:
2.4.1
Webpack Karma version:
2.0.3
Karma version:
1.6.0
Please tell us about your environment:
OSX 10.11.6
Browser: Chrome 57
Current behavior:
If your webpack config is an array (if mocha is "wrapped") and if you are using sourcemaps (e.g. with the
devtool
option), you see errors like this logged:If you are not using sourcemaps (but if you still have an array for the webpack config), you see errors like this logged:
Expected/desired behavior:
No extra output.
Here is a gist that reproduces the issue: https://gist.github.com/tschaub/b7700159dad789c4a0b91f2038dd0f58
The text was updated successfully, but these errors were encountered: