postmerge

This commit is contained in:
Untone 2024-09-03 19:22:33 +03:00
parent 124ae3dece
commit b868c7282d

View File

@ -35,16 +35,6 @@ export default defineConfig({
}, },
devOverlay: true, devOverlay: true,
vite: { vite: {
build: {
rollupOptions: {
output: {
manualChunks: {
'icons': ['./src/components/_shared/Icon/Icon.tsx'],
'localize': ['./src/context/localize.tsx']
}
}
}
},
envPrefix: 'PUBLIC_', envPrefix: 'PUBLIC_',
plugins: [!isVercel && mkcert(), nodePolyfills(polyfillOptions), sassDts()], plugins: [!isVercel && mkcert(), nodePolyfills(polyfillOptions), sassDts()],
css: { css: {