Skip to content

Commit

Permalink
Merge pull request #26 from BKWLD/always-require-pwa
Browse files Browse the repository at this point in the history
Always require PWA module
  • Loading branch information
weotch authored Oct 11, 2022
2 parents 26316dd + acfda83 commit 38d5b76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default function() {
}
}})

// Add the PWA module when not running dev mode. During dev mode, the
// manifest.json was emitting 404 responses. These only went away when
// fully disabling the meta and manifest properites.
if (!isDev) requireOnce(this, '@nuxtjs/pwa')
// Add the PWA module
requireOnce(this, '@nuxtjs/pwa')
}

0 comments on commit 38d5b76

Please sign in to comment.