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
Run npm install on slackblitz then, run npm run build then npm run preview. You'll see some dist js and map files at dist/assets folder. Then open inspect tab in your browser and click throw error. When you upload map file to https://evanw.github.io/source-map-visualization/ and select HelloWorld.vue file, you can see only ref(0) part is mapped.
Vue version
3.5.13
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-mpsjmqwf?file=package.json
Steps to reproduce
Run npm install on slackblitz then, run npm run build then npm run preview. You'll see some dist js and map files at dist/assets folder. Then open inspect tab in your browser and click throw error. When you upload map file to https://evanw.github.io/source-map-visualization/ and select HelloWorld.vue file, you can see only
ref(0)
part is mapped.What is expected?
I expect all source code for SFC has been mapped
What is actually happening?
When you upload map file to https://evanw.github.io/source-map-visualization/ and select HelloWorld.vue file like mentioned above, you can see only
ref(0)
part is mapped.System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: