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: add option to render inline source map #324

Merged
merged 1 commit into from
Jan 11, 2022
Merged

Conversation

dpilch
Copy link
Contributor

@dpilch dpilch commented Jan 4, 2022

Add option to react render config to enable inline source map with inline sources. See snapshot for example of inline source map. //# sourceMappingURL=data:...

I set inlineSourceMap to also enable inlineSources so that the TypeScript sources would also be available. We don't have a use case where it would make sense to have inlineSourceMap true, but inlineSources be false because we do not output the sources in another way.

I will need to verify with the ui builder team that this solution works for them.

@dpilch dpilch marked this pull request as ready for review January 4, 2022 16:44
@dpilch dpilch requested a review from a team January 4, 2022 16:44
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.

None yet

2 participants