Disable admin module preloads
This commit is contained in:
parent
c836d0f702
commit
f44097570d
@ -43,6 +43,7 @@ function subsystemEntryPlugin() {
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
modulePreload: false,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
admin: new URL("./index.html", import.meta.url).pathname,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user