Remove out of date comment

We're no Netlify now, and cache busting is done with etags
This commit is contained in:
Jordan Eldredge 2018-05-14 22:39:33 -07:00
parent 0a9a0e6321
commit 840bcd05a9

View file

@ -31,9 +31,6 @@ const config = merge(common, {
}
}),
new workboxPlugin.GenerateSW({
// Note: CloudFlare is configued to not cache this file, as suggested in the:
// "Avoid changing the URL of your service worker script" sectio of:
// https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle
swDest: "service-worker.js",
clientsClaim: true,
skipWaiting: true