From d53d4a26e9b0951fb76e54e62671a98aa8aafc9a Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 1 Feb 2025 23:42:50 +0100 Subject: [PATCH] Cleanup inline-style-prefixer fix --- front/vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/vite.config.ts b/front/vite.config.ts index 5f66512b..4c081d64 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -11,8 +11,6 @@ export default { "@expo/html-elements": { "**/*.js": ["jsx"], }, - "inline-style-prefixer": "interop", - "inline-style-prefixer/**": "interop", "inline-style-prefixer/lib": "interop", yoshiki: { "**/*.tsx": ["jsx"],