can’t innovate my ass 

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-12-07 18:42:44 +01:00
committed by GitHub
parent 4254efe732
commit 7a62659323
243 changed files with 20668 additions and 11553 deletions
+22 -21
View File
@@ -5,28 +5,29 @@ const host = process.env.TAURI_DEV_HOST
// https://vitejs.dev/config/
export default defineConfig(async () => ({
plugins: [
react({
babel: {
plugins: [
[
'babel-plugin-react-compiler',
{
target: '18',
panicThreshold: 'all_errors',
logger: {
logEvent(filename, event) {
console.log(`[Compiler] ${event.kind}: ${filename}`)
},
},
},
],
],
},
}),
],
// plugins: [
// react({
// babel: {
// plugins: [
// [
// 'babel-plugin-react-compiler',
// {
// target: '18',
// panicThreshold: 'all_errors',
// logger: {
// logEvent(filename, event) {
// console.log(`[Compiler] ${event.kind}: ${filename}`)
// },
// },
// },
// ],
// ],
// },
// }),
// ],
plugins: [react()],
build: { chunkSizeWarningLimit: 2048 },
build: { chunkSizeWarningLimit: 5120 },
esbuild: {
supported: {