Skip to content

Commit 8e64707

Browse files
committed
temp not working on dev, wait for next update
1 parent ad39b5d commit 8e64707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vite.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
import { reactRouter } from "@react-router/dev/vite";
33
import { defineConfig } from "vite";
44
import tsconfigPaths from "vite-tsconfig-paths";
5-
import checker from "vite-plugin-checker";
5+
// import checker from "vite-plugin-checker";
66

77
// https://vitejs.dev/config/
88
export default defineConfig({
99
base: process.env.SUBDIR ?? undefined,
1010
plugins: [
1111
reactRouter(),
1212
tsconfigPaths(),
13-
!process.env.VITEST
14-
? checker({
15-
typescript: true,
16-
eslint: { lintCommand: "eslint .", useFlatConfig: true },
17-
})
18-
: null,
13+
// !process.env.VITEST
14+
// ? checker({
15+
// typescript: true,
16+
// eslint: { lintCommand: "eslint .", useFlatConfig: true },
17+
// })
18+
// : null,
1919
],
2020
test: {
2121
globals: true,

0 commit comments

Comments
 (0)