Skip to content

Commit

Permalink
fix: 🐞 React swc crash with pp63le architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Jan 14, 2025
1 parent 068a06a commit 918a35f
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 96 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.25",
"cypress": "^13.17.0",
Expand All @@ -89,5 +89,6 @@
"vite-plugin-favicons-inject": "^2.2.0",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.8"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react-swc';
import react from '@vitejs/plugin-react';
import { defineConfig, PluginOption } from 'vite';
import circleDependency from 'vite-plugin-circular-dependency';
import vitePluginFaviconsInject from 'vite-plugin-favicons-inject';
Expand Down
Loading

0 comments on commit 918a35f

Please sign in to comment.