Skip to content

Instantly share code, notes, and snippets.

@Eder87rh
Created April 13, 2019 16:09
Show Gist options
  • Select an option

  • Save Eder87rh/5f4d1d0b78b78175ebda3d51876adf8c to your computer and use it in GitHub Desktop.

Select an option

Save Eder87rh/5f4d1d0b78b78175ebda3d51876adf8c to your computer and use it in GitHub Desktop.
5 - cropchien - vue.config.vue
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