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

Explore using --enable-source-maps flag #2763

Closed
novemberborn opened this issue Jun 6, 2021 · 1 comment · Fixed by #2839
Closed

Explore using --enable-source-maps flag #2763

novemberborn opened this issue Jun 6, 2021 · 1 comment · Fixed by #2839

Comments

@novemberborn
Copy link
Member

See https://nodejs.medium.com/source-maps-in-node-js-482872b56116. This may allow us to remove any custom source map processing. We may need to add an option to override this behavior. See also #2474.

@novemberborn novemberborn added this to the 4.0 milestone Jun 6, 2021
novemberborn added a commit that referenced this issue Sep 18, 2021
Use the --enable-source-maps option by default, remove source-map-support.

Fixes #2763.
@novemberborn novemberborn self-assigned this Sep 18, 2021
novemberborn added a commit that referenced this issue Sep 18, 2021
Use the --enable-source-maps option by default, remove source-map-support.

Fixes #2763.
@aleclarson
Copy link

Hi Mark, is there guidance on how to disable source maps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants