CDN and Versions

By default, the bundle uses Workbox 7.3.0 which was released end of October 2024. The files are provided by the bundle so that all files are served by your server.

The version 7.0.0 is also available in case you have specific needs.

If needed, you can use a CDN and a different version.

/config/packages/pwa.yaml
pwa:
    serviceworker:
        enabled: true
        src: "sw.js"
        workbox:
            use_cdn: true
            version: 6.5.4

Last updated

Was this helpful?