Skip to content

Commit

Permalink
refactor(ui): use @vitejs/plugin-react-swc
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Dec 14, 2024
1 parent f025ca4 commit 79a776f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ui/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "18.3.1",
"@types/semver": "7.5.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// the Business Source License, use of this software will be governed
// by the GNU Affero General Public License v3.0 only, included in the file
// AGPL-3.0-only in the root of this repository.
import react from '@vitejs/plugin-react'
import react from '@vitejs/plugin-react-swc'
import { defineConfig, loadEnv } from 'vite'
import svgr from 'vite-plugin-svgr'
import tsconfigPaths from 'vite-tsconfig-paths'
Expand Down

0 comments on commit 79a776f

Please sign in to comment.