This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Sourcemap issue with beta.48 #849
Comments
Are you sure this isn't the result of tree-shaking removing use of the dependency entirely? |
Well, at least it shouldn't.
Here is console output: I also have another very large projects with good amount local package dependencies, and it has same issue — they all no longer appear in sourcemaps with beta.48. |
Odd, perhaps Rollup is just not outputting source maps dependencies that have invalid file paths? |
Can't tell. The paths should be valid. I guess it would error about non-existing files if paths were invalid? But I mostly certain it's an issue with Rollup. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JSPM 0.17.0-beta.48 (Windows 10) seems to introduce issue woth sourcemaps.
Here is how it looks before beta.48 on Windows (note the issue with paths, described in #845):
beta.48 fixed issue with paths on Windows, but now source map does not include package internal dependencies — only package itself and
jspm_packages
dependencies:Here is how it looks with beta.48:
The text was updated successfully, but these errors were encountered: