From a838ffc97ab62023eb6bd212c4e8cb24316402ef Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Sat, 5 Oct 2024 23:21:44 +0200 Subject: [PATCH] Minimize CSS in production --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 57d1cbc..3c3adfd 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -39,6 +39,7 @@ export default { // a separate file - better for performance postcss({ extract: true, + minimize: production, plugins: [ tailwindcss, autoprefixer,