Skip to content

Commit 1f81fbb

Browse files
committed
webpack: bump precache size to 16MiB for EV3 firmware
1 parent c0b2c13 commit 1f81fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ module.exports = function (webpackEnv) {
705705
// Bump up the default maximum size (2mb) that's precached,
706706
// to make lazy-loading failure scenarios less likely.
707707
// See https://github.com/cra-template/pwa/issues/13#issuecomment-722667270
708-
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
708+
maximumFileSizeToCacheInBytes: 16 * 1024 * 1024,
709709
additionalManifestEntries: [
710710
// FIXME: this path should have a hash
711711
{ url: 'static/oss-licenses.json', revision: null },

0 commit comments

Comments
 (0)