Skip to content

Commit

Permalink
chore: modify vite config to use react plugin (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo committed May 24, 2024
1 parent cd2c1ba commit 71d5bc7
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 14 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Corca Design System",
"private": false,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,6 +41,7 @@
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
201 changes: 198 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71d5bc7

Please sign in to comment.