diff --git a/vite.config.ts b/vite.config.ts index 0b8c04b..5d66a0c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,10 +35,6 @@ export default defineConfig({ output: { manualChunks: (id) => { if (id.includes('node_modules')) { - if (/\/(react-bootstrap|popper)/.test(id)) { - return 'bootstrap-vendor'; - } - if (/\/(react)/.test(id)) { return 'react-vendor'; }