remove lingui warnings

This commit is contained in:
Athou
2024-11-29 14:05:10 +01:00
parent 0a16bb2fba
commit 9915f05f73
44 changed files with 54 additions and 71 deletions

View File

@@ -10,8 +10,7 @@ export default defineConfig(() => ({
plugins: [
react({
babel: {
// babel-macro is needed for lingui
plugins: ["macros"],
plugins: ["@lingui/babel-plugin-lingui-macro"],
},
}),
lingui(),