Skip to content

Commit eb3cb95

Browse files
committed
fix
1 parent 363b0af commit eb3cb95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
"node": ">=22.11.0",
8989
"pnpm": ">=9.14.2"
9090
}
91-
}
91+
}

vite.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { reactRouter } from "@react-router/dev/vite"
22
import { reactRouterDevTools } from "react-router-devtools"
33
import { reactRouterHonoServer } from "react-router-hono-server/dev"
44
import { defineConfig } from "vite"
5+
import babel from "vite-plugin-babel"
56
import { iconsSpritesheet } from "vite-plugin-icons-spritesheet"
67
import tsconfigPaths from "vite-tsconfig-paths"
7-
import babel from "vite-plugin-babel";
88

99
export default defineConfig({
1010
plugins: [
@@ -13,8 +13,8 @@ export default defineConfig({
1313
filter: /\.tsx?$/,
1414
babelConfig: {
1515
presets: ["@babel/preset-typescript"],
16-
plugins: ["babel-plugin-react-compiler"]
17-
}
16+
plugins: ["babel-plugin-react-compiler"],
17+
},
1818
}),
1919
reactRouterDevTools(),
2020
reactRouter(),

0 commit comments

Comments
 (0)