From f44097570d0f97e44e3d04e082854ffc65b8f07b Mon Sep 17 00:00:00 2001 From: zhx Date: Thu, 2 Jul 2026 15:11:54 +0800 Subject: [PATCH] Disable admin module preloads --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index e65dc3b..7c3baa4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -43,6 +43,7 @@ function subsystemEntryPlugin() { export default defineConfig({ build: { + modulePreload: false, rollupOptions: { input: { admin: new URL("./index.html", import.meta.url).pathname,