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

ESM Modules contains reference to a non-existing source map file #147

Closed
pfried opened this issue Apr 21, 2023 · 3 comments
Closed

ESM Modules contains reference to a non-existing source map file #147

pfried opened this issue Apr 21, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@pfried
Copy link
Contributor

pfried commented Apr 21, 2023

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 file

@joe-bell
Copy link
Owner

Thanks for digging into this, I'll take a proper look when I have a moment 🙏

@joe-bell
Copy link
Owner

Closed by #148

@pfried
Copy link
Contributor Author

pfried commented Apr 26, 2023

thanks for merging, I can confirm the issue is solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants