Update vite.config.ts

This commit is contained in:
fcarraUniSa
2026-02-18 10:29:29 +01:00
committed by GitHub
parent 9190a58432
commit 8dc213fe9e

View File

@@ -11,10 +11,5 @@ export default defineConfig({
changeOrigin: true, changeOrigin: true,
} }
} }
},
build: {
rollupOptions: {
external: ['react-markdown']
}
} }
}); });