Disable admin module preloads
This commit is contained in:
parent
c836d0f702
commit
f44097570d
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user