Vite ayarı urlPattern deki html kaldırıldı
This commit is contained in:
parent
226410e7a9
commit
e92143fd05
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue