Created
April 13, 2019 16:09
-
-
Save Eder87rh/5f4d1d0b78b78175ebda3d51876adf8c to your computer and use it in GitHub Desktop.
5 - cropchien - vue.config.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| pwa: { | |
| // configure the workbox plugin | |
| workboxPluginMode: 'InjectManifest', | |
| workboxOptions: { | |
| swSrc: "src/firebase-messaging-sw.js" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment