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
Sourcemap is likely to be incorrect: a plugin (vite-plugin-typescript-transform) was used to transform files, but didn't generate a sourcemap for the transformation
#4
Open
Verthon opened this issue
May 14, 2024
· 2 comments
When using build command we run into warning inside of the terminal:
[plugin vite-plugin-typescript-transform] Sourcemap is likely to be incorrect: a plugin (vite-plugin-typescript-transform) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
I also see a similar error and the build produce an empty sourcemap file.
[plugin vite-plugin-typescript-transform] Sourcemap is likely to be incorrect: a plugin (vite-plugin-typescript-transform) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Hi, we are using following setup in
vite-config
to generate source-maps:When using build command we run into warning inside of the terminal:
Versions that we use on Node 18:
Please let me know if you need a minimal reproducible example. Thanks
The text was updated successfully, but these errors were encountered: