Explorar o código

Minimize CSS in production

Alessandro Pignotti hai 9 meses
pai
achega
a838ffc97a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

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