We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set sourceMaps: "inline" in .swcrc. I compiled the code. No sourcemaps in the target.
sourceMaps: "inline"
.swcrc
Development (host) and target OS/architectures: Ubuntu Linux / amd64
Output of bazel --version: bazel 7.1.1
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved:
https://github.com/aspect-build/rules_swc/pull/282
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I set
sourceMaps: "inline"
in.swcrc
. I compiled the code. No sourcemaps in the target.Version
Development (host) and target OS/architectures:
Ubuntu Linux / amd64
Output of
bazel --version
:bazel 7.1.1
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: