From 498307c1dbcbcbb18d49b8095eeb004c2b41e908 Mon Sep 17 00:00:00 2001 From: Pradeep Sekar Date: Thu, 28 Mar 2019 11:20:35 +1100 Subject: [PATCH 1/2] Update to workbox-webpack-plugin v4 - Resolves #6659: Updated the workbox-webpack-plugin from v3 to latest v4 and also tested some of the new configuration options such as skipWaiting and cleanupOutdatedCaches after ejecting the app. --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 0d480c87a80..5cf20dac56a 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -70,7 +70,7 @@ "webpack": "4.29.6", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.0.4", - "workbox-webpack-plugin": "3.6.3" + "workbox-webpack-plugin": "4.1.1" }, "devDependencies": { "react": "^16.8.4", From cbe4c62f319eef8d3a0e8ef7967d0041b918542a Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Fri, 5 Apr 2019 00:05:48 -0600 Subject: [PATCH 2/2] Update workbox-webpack-plugin to 4.2.0 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 5cf20dac56a..4af65a6f14b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -70,7 +70,7 @@ "webpack": "4.29.6", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.0.4", - "workbox-webpack-plugin": "4.1.1" + "workbox-webpack-plugin": "4.2.0" }, "devDependencies": { "react": "^16.8.4",