You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 setinlineSourcesContent
tofalse
by default.The text was updated successfully, but these errors were encountered: