WIP: Current state before PVP combat investigation
This commit is contained in:
@@ -44,7 +44,9 @@ export default defineConfig({
|
||||
cleanupOutdatedCaches: true,
|
||||
skipWaiting: true,
|
||||
clientsClaim: true,
|
||||
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2}'],
|
||||
// Exclude images from precache manifest to avoid 404s on build
|
||||
globPatterns: ['**/*.{js,css,html,ico,svg,woff,woff2}'],
|
||||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /^https:\/\/staging\.echoesoftheash\.com\/api\/.*/i,
|
||||
|
||||
Reference in New Issue
Block a user