-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
ESM Modules contains reference to a non-existing source map file #147
Labels
bug
Something isn't working
Comments
Thanks for digging into this, I'll take a proper look when I have a moment 🙏 |
joe-bell
pushed a commit
to pfried/cva
that referenced
this issue
Apr 26, 2023
Closed by #148 |
thanks for merging, I can confirm the issue is solved |
This was referenced Sep 6, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In version 0.5.2 the
main.mjs
contains a map reference which does not exist causing map generators to fail:Line 51
//# sourceMappingURL=index.mjs.map
To Reproduce
Generate a sourcemap using modules and a map generator
Expected behavior
Either no sourceMappingURL or an
index.mjs.,map
fileThe text was updated successfully, but these errors were encountered: