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({
build: {
modulePreload: false,
rollupOptions: {
input: {
admin: new URL("./index.html", import.meta.url).pathname,