serviceworker troubles

This commit is contained in:
Henry Jameson 2026-06-03 06:05:28 +03:00
commit 400879f59d
2 changed files with 15 additions and 10 deletions

View file

@ -198,7 +198,6 @@ export default defineConfig(async ({ mode, command }) => {
main: 'index.html',
},
output: {
inlineDynamicImports: false,
entryFileNames(chunkInfo) {
const id = chunkInfo.facadeModuleId
if (id.endsWith(swSrc)) {