Skip to content

Commit

Permalink
fix(build): try using automatic jsxRuntime?
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Feb 12, 2024
1 parent 317c89d commit 2f22ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Expand Up @@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
import pkg from "./package.json";

export default defineConfig({
plugins: [react({ jsxRuntime: "classic" })],
plugins: [react({ jsxRuntime: "automatic" })],
build: {
target: "ES2017",
lib: {
Expand Down

0 comments on commit 2f22ef1

Please sign in to comment.