From b868c7282d7ba148494e527419dbdd072046511a Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 3 Sep 2024 19:22:33 +0300 Subject: [PATCH] postmerge --- app.config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app.config.ts b/app.config.ts index e34b708b..77c79bcc 100644 --- a/app.config.ts +++ b/app.config.ts @@ -35,16 +35,6 @@ export default defineConfig({ }, devOverlay: true, vite: { - build: { - rollupOptions: { - output: { - manualChunks: { - 'icons': ['./src/components/_shared/Icon/Icon.tsx'], - 'localize': ['./src/context/localize.tsx'] - } - } - } - }, envPrefix: 'PUBLIC_', plugins: [!isVercel && mkcert(), nodePolyfills(polyfillOptions), sassDts()], css: {