From 38d4619e07241197e82d84b91ea816a966a2af72 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Fri, 10 Apr 2020 16:15:04 +0530 Subject: [PATCH] Disable PurgeCSS in dev (works only for production) --- postcss.config.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 274ed56..e371f68 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -11,9 +11,11 @@ module.exports = { preset: 'default' }) : null, - purgecss({ - content: ['./src/*.htm'], - defaultExtractor: content => content.match(/[\w-/:]+(? content.match(/[\w-/:]+(?