Disable admin module preloads

This commit is contained in:
zhx 2026-07-02 15:11:54 +08:00
parent c836d0f702
commit f44097570d

View File

@ -43,6 +43,7 @@ function subsystemEntryPlugin() {
export default defineConfig({ export default defineConfig({
build: { build: {
modulePreload: false,
rollupOptions: { rollupOptions: {
input: { input: {
admin: new URL("./index.html", import.meta.url).pathname, admin: new URL("./index.html", import.meta.url).pathname,