Asset Caching
/\.(css|js|json|xml|txt|map|ico|png|jpe?g|gif|svg|webp|bmp)$/pwa:
serviceworker:
enabled: true
src: "sw.js"
workbox:
asset_cache:
enabled: true
regex: '/\.(css|jsx?)$/'Last updated
Was this helpful?