Compare commits

...

4 Commits

Author SHA1 Message Date
Arvin Xu 69dac2fc6e Merge branch 'main' into chore/try-react-compiler 2025-03-09 19:06:06 +08:00
Arvin Xu b30f55705f push 2025-02-20 03:19:08 +00:00
Arvin Xu fbe9ec0e48 Merge branch 'main' into chore/try-react-compiler 2025-02-20 11:13:12 +08:00
arvinxx e5b4b60c3d add config 2025-01-22 22:03:27 +08:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ const nextConfig: NextConfig = {
'@lobehub/ui',
'gpt-tokenizer',
],
reactCompiler: true,
webVitalsAttribution: ['CLS', 'LCP'],
webpackMemoryOptimizations: true,
},
+1
View File
@@ -286,6 +286,7 @@
"@types/ws": "^8.5.13",
"@vitest/coverage-v8": "~1.2.2",
"ajv-keywords": "^5.1.0",
"babel-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
"commitlint": "^19.6.1",
"consola": "^3.3.3",
"crypto-js": "^4.2.0",