chore: fix last pwa error
This commit is contained in:
parent
b9d99c5424
commit
6a8a791959
1 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,7 @@ export default {
|
||||||
},
|
},
|
||||||
includeAssets: [
|
includeAssets: [
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
"favicon-96x96.png",
|
"*.png",
|
||||||
"web-app-manifest-192x192.png",
|
|
||||||
"web-app-manifest-512x512.png",
|
|
||||||
"apple-touch-icon.png",
|
|
||||||
],
|
],
|
||||||
registerType: "autoUpdate",
|
registerType: "autoUpdate",
|
||||||
manifest: {
|
manifest: {
|
||||||
|
|
@ -33,4 +30,5 @@ export default {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
injectRegister: "script",
|
injectRegister: "script",
|
||||||
|
strategies: "generateSW",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue