Created
May 7, 2018 18:39
-
-
Save eliihen/47c5dfc2d5610289f5ec192a38721bb1 to your computer and use it in GitHub Desktop.
This file contains 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
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