diff --git a/src/vite.config.js b/src/vite.config.js index 59c6fbe5..b16796c6 100644 --- a/src/vite.config.js +++ b/src/vite.config.js @@ -52,6 +52,7 @@ export default defineConfig(() => ({ reportCompressedSize: false, chunkSizeWarningLimit: 5000, modulePreload: { polyfill: false }, + assetsInlineLimit: 0, rollupOptions: { input: { index: resolve(__dirname, 'index.html'),