fix: artifacts cannot preview
This commit is contained in:
parent
66bc9cb3f9
commit
a046cf32ba
@ -50,7 +50,7 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: ['chunk-QH6N6I7P.js', 'chunk-PB73W2YU.js', 'chunk-AFE5XGNG.js']
|
exclude: ['chunk-QH6N6I7P.js', 'chunk-PB73W2YU.js', 'chunk-AFE5XGNG.js', 'chunk-QIJABHCK.js']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -207,7 +207,7 @@ export default class MinApp {
|
|||||||
static app: MinAppType | null = null
|
static app: MinAppType | null = null
|
||||||
|
|
||||||
static async start(app: MinAppType) {
|
static async start(app: MinAppType) {
|
||||||
if (MinApp.app?.id === app.id) {
|
if (app?.id && MinApp.app?.id === app?.id) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user