Don’t include mp3 due to Firefox sw issue
This commit is contained in:
@@ -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) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user