How to cache or exclude resources from another origin/cdn?
Findiglay opened this issue · 2 comments
Findiglay commented
I'm unaware if this is currently supported.
I have images in S3 with urls like:
http://[mybucket].s3.amazonaws.com/images/avatar.png
In offline mode, once these resources fail, then network requests to resources will continue to fail even once online. Is there some way I can exclude or (even better) include these resources so they cache properly?
Findiglay commented
Not exactly sure what was causing this issue for me but I applied the settings used in create-react-app and the issue is resolved.
goldhand commented
Does staticFileGlobsIgnorePatterns
fit your use case?