webpack: bump precache size to 16MiB for EV3 firmware

This commit is contained in:
David Lechner
2025-08-09 21:51:47 -05:00
parent c0b2c13e7c
commit 1f81fbb8c7
+1 -1
View File
@@ -705,7 +705,7 @@ module.exports = function (webpackEnv) {
// Bump up the default maximum size (2mb) that's precached,
// to make lazy-loading failure scenarios less likely.
// See https://github.com/cra-template/pwa/issues/13#issuecomment-722667270
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
maximumFileSizeToCacheInBytes: 16 * 1024 * 1024,
additionalManifestEntries: [
// FIXME: this path should have a hash
{ url: 'static/oss-licenses.json', revision: null },