diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 44797e1..fd0fb1d 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -16,6 +16,12 @@ export default defineConfig(({mode}) => { }, }, }, + resolve: { + alias: { + // /esm/icons/index.mjs only exports the icons statically, so no separate chunks are created + '@tabler/icons-react': '@tabler/icons-react/dist/esm/icons/index.mjs', + } + } // base: '/MeowHub/', } }) \ No newline at end of file