Skip to content

Commit 832fde7

Browse files
authored
fix: plugin-react-swc (#227)
1 parent 62dd922 commit 832fde7

File tree

4 files changed

+142
-104
lines changed

4 files changed

+142
-104
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/dist/
22
pnpm-lock.yaml
3+
src/router.ts

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/react": "^18.0.28",
5555
"@types/react-dom": "^18.0.11",
5656
"@types/react-helmet": "^6.1.6",
57-
"@vitejs/plugin-react-swc": "^3.0.0",
57+
"@vitejs/plugin-react-swc": "^3.3.1",
5858
"eslint": "^8.36.0",
5959
"eslint-config-kaho": "^0.9.7",
6060
"eslint-config-next": "^13.2.4",

0 commit comments

Comments
 (0)