Don’t include mp3 due to Firefox sw issue
parent
5784b07f14
commit
abb1baeecd
|
@ -25,7 +25,7 @@ export default defineConfig(({ mode }) => ({
|
||||||
navigateFallback: "index.html",
|
navigateFallback: "index.html",
|
||||||
},
|
},
|
||||||
injectManifest: {
|
injectManifest: {
|
||||||
globPatterns: ["**/*.{js,css,html,mp3,ico,png,svg,json}"],
|
globPatterns: ["**/*.{js,css,html,ico,png,svg,json}"],
|
||||||
globIgnores: ["config.js"],
|
globIgnores: ["config.js"],
|
||||||
manifestTransforms: [
|
manifestTransforms: [
|
||||||
(entries) => ({
|
(entries) => ({
|
||||||
|
|
Loading…
Reference in New Issue