Browse Source

Minimize CSS in production

Alessandro Pignotti 9 tháng trước cách đây
mục cha
commit
a838ffc97a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,