From ab9e6de681faf126642814c168a780109a0c3483 Mon Sep 17 00:00:00 2001 From: Scott McIntyre Date: Tue, 25 Jul 2023 18:59:54 -0400 Subject: [PATCH] docs(readme): soften language around disabling purgecss (#554) --- packages/one-app-bundler/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/one-app-bundler/README.md b/packages/one-app-bundler/README.md index b8aaa7d5..619c3a11 100644 --- a/packages/one-app-bundler/README.md +++ b/packages/one-app-bundler/README.md @@ -309,9 +309,7 @@ before enabling any of the following: ##### Disabling purgecss `purgecss` can be disabled for your module by adding -`bundler.purgecss.disabled` as `true`. **This option is only to be used in -rare instances and as a last resort, the effect of _disabling will have a -negative impact on performance_.** +`bundler.purgecss.disabled` as `true`. **Disabling purgecss entirely may increase your module bundle size and decrease performance.** ```json {