Skip to content

Commit

Permalink
use @vitejs/plugin-react-swc
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 4, 2023
1 parent f6c85d9 commit 5b6989e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "~5.59.9",
"@typescript-eslint/parser": "~5.59.9",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.14",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright Oxide Computer Company
*/
import basicSsl from '@vitejs/plugin-basic-ssl'
import react from '@vitejs/plugin-react'
import react from '@vitejs/plugin-react-swc'
import { resolve } from 'path'
import { defineConfig } from 'vite'
import { createHtmlPlugin } from 'vite-plugin-html'
Expand Down

0 comments on commit 5b6989e

Please sign in to comment.