good stuff

This commit is contained in:
lda
2026-04-30 22:35:42 +07:00 Verified
parent 4854b378cc
commit 83145a501f
+5 -9
View File
@@ -23,15 +23,11 @@ const ReactCompilerConfig = {
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
react( react({
process.env.UI_REACT_COMPILER === "1" babel: {
? { plugins: [["babel-plugin-react-compiler", ReactCompilerConfig]],
babel: { },
plugins: [["babel-plugin-react-compiler", ReactCompilerConfig]], }),
},
}
: undefined,
),
tailwindcss(), tailwindcss(),
], ],
base: "/ui/", base: "/ui/",