From b3ea4959a533fea1cbc4adea7b3652c8b035a7c4 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda <122038334+snematoda@users.noreply.github.com> Date: Sun, 26 Mar 2023 21:33:43 +0530 Subject: [PATCH] Fix lint --- vite.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 2a0207b5..10c9b39b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,7 +21,13 @@ export default defineConfig({ VitePWA({ registerType: "autoUpdate", workbox: { - globPatterns: ["**/*.{css,html}", "**/[A-Z]*.js", "**/index*.js", "**/shaka-player*.js", "manifest.webmanifest"], + globPatterns: [ + "**/*.{css,html}", + "**/[A-Z]*.js", + "**/index*.js", + "**/shaka-player*.js", + "manifest.webmanifest" + ], globIgnores: ["**/*-legacy-*.js"], runtimeCaching: [ {