Skip to content

Commit

Permalink
build: use react swc plugin (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js authored Oct 31, 2023
1 parent 3863b4c commit aba2643
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 393 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-swc": "~3.4.1",
"autoprefixer": "^10.4.7",
"browserslist": "~4.22.1",
"cssnano": "^6.0.1",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -67,7 +68,7 @@
"storybook": "^7.5.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.2"
},
Expand Down
Loading

0 comments on commit aba2643

Please sign in to comment.