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

fix: Sourcemap links are not generated #154

Merged
merged 2 commits into from
Feb 5, 2023

Conversation

realtimetodie
Copy link
Contributor

@realtimetodie realtimetodie commented Jan 30, 2023

Fixes an issue where the sourceMappingURL comment was not added to the output.

Fixes #146

@realtimetodie
Copy link
Contributor Author

I fixed another issue. The .swrc configuration file auto-discovery did not work properly, as the value needs to be of type label.

swcrc = to_label(":.swcrc")

@realtimetodie
Copy link
Contributor Author

With regard to the source map test cases, everything works now as it did previously, except swc-project/swc#1388 which is something I found while going through the @swc/cli source code.

@realtimetodie
Copy link
Contributor Author

@alexeagle

@gregmagolan gregmagolan added bug Something isn't working enhancement New feature or request and removed bug Something isn't working enhancement New feature or request labels Feb 5, 2023
Copy link
Member

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮

@alexeagle alexeagle merged commit 15455a3 into aspect-build:main Feb 5, 2023
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

Successfully merging this pull request may close these issues.

[Bug]: Sourcemap links are not generated
3 participants