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