tweak vite config

This commit is contained in:
pa
2025-10-25 22:16:16 +09:00
committed by Natsumi
parent d4941de396
commit 933252d0e1

View File

@@ -52,6 +52,7 @@ export default defineConfig(() => ({
reportCompressedSize: false,
chunkSizeWarningLimit: 5000,
modulePreload: { polyfill: false },
assetsInlineLimit: 0,
rollupOptions: {
input: {
index: resolve(__dirname, 'index.html'),