From 840bcd05a95214727e8113b4ee36ce12c8f66513 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 14 May 2018 22:39:33 -0700 Subject: [PATCH] Remove out of date comment We're no Netlify now, and cache busting is done with etags --- config/webpack.prod.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/webpack.prod.js b/config/webpack.prod.js index e9ae9420..b3380528 100644 --- a/config/webpack.prod.js +++ b/config/webpack.prod.js @@ -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