Vite ayarı urlPattern deki html kaldırıldı

This commit is contained in:
Sedat ÖZTÜRK 2025-09-23 13:45:12 +03:00
parent 226410e7a9
commit e92143fd05

View file

@ -49,7 +49,7 @@ export default defineConfig(async ({ mode }) => {
mode === 'production' mode === 'production'
? [ ? [
{ {
urlPattern: /\.(?:js|css|html|json)$/, urlPattern: /\.(?:js|css|json)$/,
handler: 'NetworkFirst', handler: 'NetworkFirst',
options: { options: {
cacheName: 'static-resources', cacheName: 'static-resources',