JSON.parse
error in sourcemapTool
#1256
-
I got this error when building production bundles with rsdoctor enabled after updating to rsdoctor 1.2 today. By digging into rsdoctor and rspack's source code, it seems rspack doesn't return map file on sourceAndMap() call with my main bundle file, which actually has a source map. Version
Stacktrace
|
Beta Was this translation helpful? Give feedback.
Answered by
StarHeartHunt
Aug 20, 2025
Replies: 2 comments 4 replies
-
What‘s the version of rspack ? If you open the source map by the devtool option? @StarHeartHunt |
Beta Was this translation helpful? Give feedback.
4 replies
-
fixed with v1.2.3, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StarHeartHunt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed with v1.2.3, thanks!