snowpack dev & sourcemaps #2059
Unanswered
Xiot
asked this question in
Troubleshooting
Replies: 2 comments 3 replies
-
Sorry, I can't reproduce |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm getting this on 3.0.0-rc2, however it looks like this may have been addressed in master (according to #1103) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like the wrong file is being returned from 'snowpack dev' when the browser tries to get the sourcemaps for a web_modules file.
I created a new CSA with the blank template, and when I open the dev console, I see
Following that link, it looks like its actually the
.js
file instead of the.js.map
file.Beta Was this translation helpful? Give feedback.
All reactions