chore: update maximumFileSizeToCacheInBytes

release/desktop
moonrailgun 3 years ago
parent 6e6841e544
commit 3e213e97de

@ -165,6 +165,8 @@ const config: Configuration = {
// Do not precache images
exclude: [/\.(?:png|jpg|jpeg|svg)$/],
maximumFileSizeToCacheInBytes: 8 * 1024 * 1024, // 限制最大缓存 8M
// Define runtime caching rules.
runtimeCaching: [
{

Loading…
Cancel
Save