Closed justinwiley closed 8 years ago
We have no control over source map generation because it is handled by browserify
and later processed by convert-source-map
. You could try to reproduce this issue in the libraries to see if a bug needs to be filed for either of the libraries.
I do not see this as a huge issue for karma-browserify. Still I am happy to accept a PR if there is an easy fix, i.e. bumping up a dependency version.
I'm seeing a persistent error with latest karma-browserify when source maps are enabled (debug: true in the config file).
After throwing some debugging into
Combiner.addFile
, it's failing on a test file that is entirely commented out.For example:
Easy issue to correct once I figured out the issue, but the warning was pretty cryptic
Stacktrace