mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
禁用Workbox
This commit is contained in:
@@ -33,7 +33,12 @@ export default defineConfig(({mode}) => {
|
||||
],
|
||||
},
|
||||
workbox: {
|
||||
navigateFallbackDenylist: [/^\/api\/init/]
|
||||
navigateFallbackDenylist: [/^\/api\/init/],
|
||||
disableDevLogs: true,
|
||||
globPatterns: [],
|
||||
runtimeCaching: [],
|
||||
navigateFallback: null,
|
||||
cleanupOutdatedCaches: true,
|
||||
}
|
||||
}),
|
||||
AutoImport({
|
||||
|
||||
Reference in New Issue
Block a user