year of compiled react, bump to 1.9.2

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-13 11:15:52 +02:00
parent 4a88e8a166
commit fc32e44803
29 changed files with 972 additions and 759 deletions
+20 -1
View File
@@ -5,7 +5,26 @@ const host = process.env.TAURI_DEV_HOST
// https://vitejs.dev/config/
export default defineConfig(async () => ({
plugins: [react()],
plugins: [
react({
babel: {
plugins: [
[
'babel-plugin-react-compiler',
{
target: '18',
panicThreshold: 'all_errors',
logger: {
logEvent(filename, event) {
console.log(`[Compiler] ${event.kind}: ${filename}`)
},
},
},
],
],
},
}),
],
esbuild: {
supported: {