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
solid-start-file-system-router does not generate sourcemaps. This is seen as vite shows an error during build:
(solid-start-file-system-router plugin) Sourcemap is likely to be incorrect: a plugin (solid-start-file-system-router) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Expected behavior 🤔
It should generate source maps
Steps to reproduce 🕹
Steps:
Create a new solid-start project
Configure vite.config.js to have source maps enabled in build
npm run build
Error that no source maps were created
You can verify this by checking for them in devtools
In setting up for SolidStart's next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed by mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
Duplicates
Latest version
Current behavior 😯
solid-start-file-system-router
does not generate sourcemaps. This is seen as vite shows an error during build:Expected behavior 🤔
It should generate source maps
Steps to reproduce 🕹
Steps:
build
npm run build
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: