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

feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps #229

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

andreiborza
Copy link
Member

@andreiborza andreiborza commented Jan 14, 2025

inject is off by default in this version. We are considering making it opt-out by default in the near future.

Closes: #220


From my manual test run:

Screenshot 2025-01-14 at 12 25 24@2x

Screenshot 2025-01-14 at 12 22 59@2x

src/main.ts Show resolved Hide resolved
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

LGTM in general. Curious about the useArtifactBundle but other than that good to go!

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
src/main.ts Show resolved Hide resolved
Co-authored-by: Lukas Stracke <[email protected]>
@andreiborza andreiborza merged commit 46899db into master Jan 15, 2025
7 checks passed
@andreiborza andreiborza deleted the ab/inject-debug-ids branch January 15, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional option to inject DebugIds
3 participants