This commit is contained in:
jxxghp
2023-07-04 23:26:17 +08:00
parent a390501e55
commit 3a305d727c
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default defineConfig({
imports: ['vue', 'vue-router', '@vueuse/core', '@vueuse/math', 'vuex'],
vueTemplate: true,
}),
VitePWA({ registerType: 'autoUpdate', injectRegister: 'auto', srcDir: 'public'}),
VitePWA({ registerType: 'autoUpdate', injectRegister: 'script', manifest: false}),
],
define: { 'process.env': {} },
resolve: {