From a2f00eecc700575591921ccb160d2ae2d3643d95 Mon Sep 17 00:00:00 2001 From: Saleh Alghusson Date: Wed, 27 May 2020 15:44:47 -0400 Subject: [PATCH 1/2] Update README.md --- packages/@vue/cli-plugin-pwa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-pwa/README.md b/packages/@vue/cli-plugin-pwa/README.md index 8bc16b7eeb..63ea88131c 100644 --- a/packages/@vue/cli-plugin-pwa/README.md +++ b/packages/@vue/cli-plugin-pwa/README.md @@ -98,7 +98,7 @@ file, or the `"vue"` field in `package.json`. } ``` - Change these values to use different paths for your icons. + Change these values to use different paths for your icons or use `null` to drop the icon. ### Example Configuration From 0c6e0a09e7042a5054464976fe90598cfbfb6bb0 Mon Sep 17 00:00:00 2001 From: Saleh Alghusson Date: Thu, 28 May 2020 13:16:57 -0400 Subject: [PATCH 2/2] Update README.md --- packages/@vue/cli-plugin-pwa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-pwa/README.md b/packages/@vue/cli-plugin-pwa/README.md index 63ea88131c..ec49162007 100644 --- a/packages/@vue/cli-plugin-pwa/README.md +++ b/packages/@vue/cli-plugin-pwa/README.md @@ -98,7 +98,7 @@ file, or the `"vue"` field in `package.json`. } ``` - Change these values to use different paths for your icons or use `null` to drop the icon. + Change these values to use different paths for your icons. As of v4.3.0, you can use `null` as a value and that icon will not be included. ### Example Configuration