From 22c8a22dacfe9127460bcccda2d17da18dc4af3a Mon Sep 17 00:00:00 2001 From: Saleh Alghusson Date: Fri, 29 May 2020 03:46:35 -0400 Subject: [PATCH] docs: mention using `null` to ignore icons (#5530) --- 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..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. + 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