ignoring some files in the precache

This commit is contained in:
Miodec 2022-10-14 10:57:34 +02:00
parent bfc543cbc9
commit 55742a7a08

View file

@ -81,6 +81,7 @@ const PRODUCTION_CONFIG = {
skipWaiting: false,
//include the generated css and js files
maximumFileSizeToCacheInBytes: 11000000,
exclude: [/pages\/./, /html\/./, /LICENSE\.txt/, /\.DS_Store/],
}),
],
};