From abb33c5db2339801d7ecf1bb8004b2808ef326a2 Mon Sep 17 00:00:00 2001 From: Mohamed amaan Date: Sat, 23 Nov 2024 20:56:31 +0530 Subject: [PATCH] coderabbitai suggestion on vite.config.mts --- vite.config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 41752db096f..0499003e57d 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -177,7 +177,6 @@ export default defineConfig(({ mode }) => { assetsDir: "bundle", sourcemap: true, rollupOptions: { - external: ["@radix-ui/react-separator"], output: { manualChunks(id, { getModuleInfo }) { if (id.includes("node_modules")) {