diff --git a/config/webpack.config.js b/config/webpack.config.js index 9d4765cd..4af7ace4 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -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 },