Set of plugins to enable a Gasket web app to be a Progressive Web App (PWA).
gasket create <app-name> --presets @gasket/preset-pwa
npm i @gasket/preset-pwa
Modify plugins.presets
section of your gasket.config.js
:
module.exports = {
plugins: {
presets: [
+ '@gasket/preset-pwa'
]
}
}