-
Notifications
You must be signed in to change notification settings - Fork 91
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
[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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: