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

swc-loader does not respect webpack's devtool config #59

Closed
harunurhan opened this issue Oct 1, 2024 · 1 comment
Closed

swc-loader does not respect webpack's devtool config #59

harunurhan opened this issue Oct 1, 2024 · 1 comment

Comments

@harunurhan
Copy link

When devtool: 'nosources-source-map' or any other nosources option is set for webpack, swc-loader is still inlining source code into the sourcemaps by default, instead it should probably set inlineSourcesContent to false by default.

@harunurhan
Copy link
Author

harunurhan commented Oct 1, 2024

I think it might be an issue passing configuration on my side. I'll reopen if needed after confirmation.

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

No branches or pull requests

1 participant