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: {