Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Untone 2024-09-03 19:20:56 +03:00
commit 124ae3dece

View File

@ -35,6 +35,16 @@ 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: {