From 7dcad9ca1058d7b39427ace35805d37167f1e45c Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Mon, 23 Dec 2024 22:58:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20css=20nano=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postcss.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 9a2bc0b1..61bd5ed8 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -4,9 +4,9 @@ export default { autoprefixer: {}, ...(process.env.NODE_ENV === 'production' ? { - cssnano: { - preset: 'default', - }, + // cssnano: { + // preset: 'default', + // }, } : {}), },