Skip to content

Instantly share code, notes, and snippets.

@eliihen
Created May 7, 2018 18:39
Show Gist options
  • Save eliihen/47c5dfc2d5610289f5ec192a38721bb1 to your computer and use it in GitHub Desktop.
Save eliihen/47c5dfc2d5610289f5ec192a38721bb1 to your computer and use it in GitHub Desktop.
new workboxPlugin.GenerateSW({
swDest: 'service-worker.js',
// Take control of all clients as soon as it's activated
clientsClaim: true,
// Skip the waiting lifecycle and go directly to activating
skipWaiting: true,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment