由于扩展了.LICENSE,CRA预缓存失败

时间:2020-01-08 17:52:11

标签: .net-core create-react-app progressive-web-apps workbox sw-precache

因此,我们遇到一种情况,在生产中,由于服务器上的怪异的.LICENSE文件使我们得到404,因此预缓存在PWA上失败

具体是这样的错误

uncaught (in promise) bad-precaching-response: bad-precaching-response :: [{"url"

我们该如何解决?

1 个答案:

答案 0 :(得分:0)

嗯,修复很简单。

我们的网络服务器仅返回已知的文件扩展名,而.LICENSE不是其中之一。

只需在您的StaticFileServer选项this上启用ServeUnknownFileTypes标志