mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
improve performance by enabling the react compiler (#1087)
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineConfig(() => ({
|
||||
plugins: [
|
||||
react({
|
||||
babel: {
|
||||
plugins: ["@lingui/babel-plugin-lingui-macro"],
|
||||
plugins: [["babel-plugin-react-compiler", { target: "19" }], "@lingui/babel-plugin-lingui-macro"],
|
||||
},
|
||||
}),
|
||||
lingui(),
|
||||
|
||||
Reference in New Issue
Block a user