ваше сообщение коммита

This commit is contained in:
2025-12-23 12:25:12 +03:00
parent 8fe63beb8f
commit c02d0a38ac
37 changed files with 883 additions and 1131 deletions

View File

@@ -27,7 +27,14 @@ export default defineConfig({
build: {
rollupOptions: {
plugins: [polyfillNode()],
output: {
manualChunks: undefined,
chunkFileNames: 'assets/[name]-[hash].js',
entryFileNames: 'assets/[name]-[hash].js',
assetFileNames: 'assets/[name]-[hash].[ext]',
},
},
chunkSizeWarningLimit: 1000,
},
optimizeDeps: {
esbuildOptions: {