Fix webworker manifest in dev mode

This commit is contained in:
wvffle 2022-07-20 14:43:32 +00:00 committed by Georg Krause
parent e03e2ec901
commit 6cdf2ddd1e
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ export default defineConfig(() => ({
devOptions: {
enabled: true,
type: 'module',
navigateFallback: 'index.html'
navigateFallback: 'index.html',
webManifestUrl: '/front/manifest.json'
}
}),
{