gitmoji/next.config.js
dependabot[bot] 45ec6681ad
⬆️ Bump next-pwa from 5.5.5 to 5.6.0 (#1129)
* ⬆️ Bump next-pwa from 5.5.5 to 5.6.0

Bumps [next-pwa](https://github.com/shadowwalker/next-pwa) from 5.5.5 to 5.6.0.
- [Release notes](https://github.com/shadowwalker/next-pwa/releases)
- [Changelog](https://github.com/shadowwalker/next-pwa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shadowwalker/next-pwa/compare/5.5.5...5.6.0)

---
updated-dependencies:
- dependency-name: next-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🔧 Update `next-pwa` config

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
2022-08-29 15:30:34 +02:00

9 lines
166 B
JavaScript

const withPWA = require('next-pwa')({
disable: process.env.NODE_ENV === 'development',
dest: 'public',
})
module.exports = withPWA({
reactStrictMode: true,
})