add react-compiler

This commit is contained in:
NilsUeter
2025-04-05 19:08:30 +02:00
parent b07aa32f17
commit 4424356dbc
3 changed files with 1262 additions and 25 deletions
+7 -1
View File
@@ -3,6 +3,12 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [
react({
babel: {
plugins: [["babel-plugin-react-compiler"]],
},
}),
],
base: "/fancyscribe",
});