浏览代码

Minimize CSS in production

Alessandro Pignotti 10 月之前
父节点
当前提交
a838ffc97a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,