-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
webpack support #234
Comments
The issue seems to be related to typescript and Babel, even with webpack I have to use ts-loader because Babel typescript-preset is not able to deal with some of the stuff sued on typescript, specify the declaration of properties. A way to solvide this is maybe a way to integrate with the devtools with babel |
Are you trying to use the vite plugin in a webpack project? I would be supprised if that worked. |
No, I am not using the vite plugin with webpack. what I was trying to say is I cannot use vite + solid-devtools because I get the error on Babel trying to do things that are not supposed. My original setup works with webpack with ts-loader and babel, if I use just babel it fails. My point is not blaming solid-devtools for making my integration fails, the problem is for legacy reason I have to stay with webpack, and so not devtools. |
also to me |
@thetarnav I have finally migrated the project to use vite and is not webpack anymore, but the problem is the same, some components are rendering knockout templates and these files are using decorators on classes and fields. Seems like the plugins try to do something to this code using babel, but the babel transformation of these files are causing problems |
I believe that people may have like me old projects that has legacy code tie to webpack, or like me, vite is not working like webpack.
when I tried to migrate from Vite to webpack, and use this tool I am getting this issue
wondering if it not be possible to add support to webpack to facilitate the usage of devtools
The text was updated successfully, but these errors were encountered: