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

Source map conflict #62

Open
armandfargeon opened this issue Jun 27, 2024 · 0 comments
Open

Source map conflict #62

armandfargeon opened this issue Jun 27, 2024 · 0 comments

Comments

@armandfargeon
Copy link

The require("source-map-support").install() call in api.js causes conflicts when the Node.js application already uses source-map-support. This results in duplicated loading of source maps and can force the application to enable source maps even if disabled.
Proposed Solution:
Consider removing require("source-map-support").install() from api.js (at least for production) to avoid redundancy and allow the application to manage its own source map settings.

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

No branches or pull requests

1 participant