diff --git a/webpack.config.js b/webpack.config.js index 45be9688..8a04f564 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -28,10 +28,6 @@ module.exports = { // that's why size is sincreased to 6mb maximumFileSizeToCacheInBytes: 6291456, - cleanupOutdatedCaches: true, - clientsClaim: true, - sourcemap: false, - skipWaiting: true, swSrc: "/service-worker.js", swDest: "service-worker.js", }),