We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b2c13 commit 1f81fbbCopy full SHA for 1f81fbb
config/webpack.config.js
@@ -705,7 +705,7 @@ module.exports = function (webpackEnv) {
705
// Bump up the default maximum size (2mb) that's precached,
706
// to make lazy-loading failure scenarios less likely.
707
// See https://github.com/cra-template/pwa/issues/13#issuecomment-722667270
708
- maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
+ maximumFileSizeToCacheInBytes: 16 * 1024 * 1024,
709
additionalManifestEntries: [
710
// FIXME: this path should have a hash
711
{ url: 'static/oss-licenses.json', revision: null },
0 commit comments