This is a beta version which can be installed using yarn add @nuxtjs/pwa@3.0.0-beta
NOTE: If you are using one signal, don't forget to update it too.
Features
- onesignal: Use CDN by default (7c78c67)
- workbox: Rewrite workbox (#122) (9e49896)
- icon: new options (#126) (12e6576)
- workbox: change the order of default
runtimeCache
(#106) (033b504)
Bug Fixes
- Handle
ogImage
as url (#121) (d6dc82b) - Routing order for default offline route
/.*
must be last (#100) (1c829d0)
Code Refactoring
BREAKING CHANGES
- Only nuxt 2+ supported (854d826)
- webpack >= 4 is required
- Workbox and One signal using CDN by default
/_nuxt/*
assets are not cached during service worker registration but smartly cached on the fly.