You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vite-plugin-conditional-compile in a Vite project with the vite:react-swc plugin,
an error occurs during the build process. The vite:react-swc plugin throws a syntax error.
Environment:
vite: "^5.2.6"
vite-plugin-conditional-compile: "^1.4.5"
@vitejs/plugin-react-swc": "^3.6.0"
Node: "20.10.0"
pnpm: "8.15.5"
OS: macOS 13.6.7
Steps to Reproduce:
Install vite-plugin-conditional-compile and vite-plugin-react-swc.
2.Use conditional compilation in a React component
Description:
When using
vite-plugin-conditional-compile
in a Vite project with thevite:react-swc
plugin,an error occurs during the build process. The
vite:react-swc
plugin throws a syntax error.Environment:
Steps to Reproduce:
vite-plugin-conditional-compile
andvite-plugin-react-swc
.2.Use conditional compilation in a React component
Run the Vite development server or build the project.
The following syntax error occurs during the build process:
The text was updated successfully, but these errors were encountered: