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,