Skip to content

Commit

Permalink
update e2e vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Mar 25, 2024
1 parent 30e4dc9 commit 54e0c01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,5 @@ import { defineConfig } from "vite"
import kaioken from "vite-plugin-kaioken"

export default defineConfig({
esbuild: {
jsxInject: `import * as kaioken from "kaioken"`,
jsx: "transform",
jsxFactory: "kaioken.createElement",
jsxFragment: "kaioken.fragment",
loader: "tsx",
include: ["**/*.tsx", "**/*.ts", "**/*.jsx", "**/*.js"],
},
plugins: [kaioken()],
})

0 comments on commit 54e0c01

Please sign in to comment.