good stuff
This commit is contained in:
+2
-6
@@ -23,15 +23,11 @@ const ReactCompilerConfig = {
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
react(
|
react({
|
||||||
process.env.UI_REACT_COMPILER === "1"
|
|
||||||
? {
|
|
||||||
babel: {
|
babel: {
|
||||||
plugins: [["babel-plugin-react-compiler", ReactCompilerConfig]],
|
plugins: [["babel-plugin-react-compiler", ReactCompilerConfig]],
|
||||||
},
|
},
|
||||||
}
|
}),
|
||||||
: undefined,
|
|
||||||
),
|
|
||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
],
|
],
|
||||||
base: "/ui/",
|
base: "/ui/",
|
||||||
|
|||||||
Reference in New Issue
Block a user