Open Verthon opened 6 months ago
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
@Verthon @shakiba can either of you create a reproducible example? The projects I have here do not generate this error. Thank you!
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