-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[vanjs-jsx] Add missing ./src/jsx-runtime.js #325
Comments
@cqh963852, could you take a look at this issue? |
The path to jsx-runtime.js is defined in package.json.
Maybe this line should be adjusted van/addons/van_jsx/package.json Line 14 in fdffbbd
|
@damienflament @cqh963852 please check out the:
Powered by vite-plugin-vanjs. |
@thednp Hi, I have check the plugin @Tao-VanJS Please mark vanjs-jsx as deprecated. |
Hi !
I'm configuring Vite to transform JSX using vanjs-jsx.
It's a JavaScript project so I don't do configuration in the tsconfig.json file but in vite.config.js :
It's working fine using the development server. But when building, vanjs-jsx/jsx-runtime is not found.
Patching the package using Yarn by adding the missing file fix the issue.
Thanks.
The text was updated successfully, but these errors were encountered: