diff --git a/config/webpack.config.js b/config/webpack.config.js index 27b0fcca..4dcb8001 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -726,6 +726,10 @@ module.exports = function (webpackEnv) { // to make lazy-loading failure scenarios less likely. // See https://github.com/cra-template/pwa/issues/13#issuecomment-722667270 maximumFileSizeToCacheInBytes: 10 * 1024 * 1024, + additionalManifestEntries: [ + // FIXME: this path should have a hash + { url: 'static/oss-licenses.json', revision: null }, + ], }), // TypeScript type checking useTypeScript &&