mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
webpack: bump precache size to 16MiB for EV3 firmware
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user