Browse Source

Minimize CSS in production

Alessandro Pignotti 9 months ago
parent
commit
a838ffc97a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

@@ -39,6 +39,7 @@ export default {
 		// a separate file - better for performance
 		postcss({
 			extract: true,
+			minimize: production,
 			plugins: [
 				tailwindcss,
 				autoprefixer,