From 3e2f3a26a39c8ae426a598c90d5cf331596fa800 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 13 Apr 2023 16:06:24 +0700 Subject: Update postcss.config.js --- postcss.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js index 04810b5..12a703d 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -2,6 +2,5 @@ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, - ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}), }, }; -- cgit v1.2.3