Skip to content

Commit

Permalink
coderabbitai suggestion on vite.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Nov 23, 2024
1 parent df00093 commit abb33c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit abb33c5

Please sign in to comment.