のような外部の例からの画像ソースがありhttps://cdn.myserver.com.background.jpg
ます。サービス ワーカーでキャッシュすることはできません。画像がアセット フォルダーから取得された場合は機能しますが、外部画像リンクはキャッシュされません。
何か提案をください。ありがとう
{
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html"
],
"versionedFiles": [
"/*.bundle.css",
"/*.bundle.js",
"/*.chunk.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**"
]
}
}
],
"dataGroups": [
{
"name": "api-performance",
"urls": [
"http://127.0.0.1:3000/**"
],
"cacheConfig": {
"maxSize": 100,
"maxAge": "3d",
"strategy": "performance"
}
}
]
}