File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 "node" : " >=22.11.0" ,
8989 "pnpm" : " >=9.14.2"
9090 }
91- }
91+ }
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { reactRouter } from "@react-router/dev/vite"
22import { reactRouterDevTools } from "react-router-devtools"
33import { reactRouterHonoServer } from "react-router-hono-server/dev"
44import { defineConfig } from "vite"
5+ import babel from "vite-plugin-babel"
56import { iconsSpritesheet } from "vite-plugin-icons-spritesheet"
67import tsconfigPaths from "vite-tsconfig-paths"
7- import babel from "vite-plugin-babel" ;
88
99export default defineConfig ( {
1010 plugins : [
@@ -13,8 +13,8 @@ export default defineConfig({
1313 filter : / \. t s x ? $ / ,
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 ( ) ,
You can’t perform that action at this time.
0 commit comments