-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this plugin support sourcemaps? #21
Comments
Theoratically, we should expose sourcemaps for tsx / jsx files as per https://github.com/solidjs/vite-plugin-solid/blob/master/src/index.ts#L332 Let me see if I can reproduce on my side. |
I would say it partially work. Not sure if that's the intended behavior or not but I definitely get the origin from the origin file. |
I've managed to find the issue, there was some missing parameters in the babel config. Published in |
Works great! Thanks so much! |
Hello,
I'm getting sourcemaps for all of my code except the tsx files. Wondering if I'm doing something wrong, or if this just isn't supported (yet?).
The text was updated successfully, but these errors were encountered: