| postcss.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
postcss.config.js
@@ -35,7 +35,7 @@ // /node_modules[\/\\]element-plus/ // 转 element-plus 样式 ], // ✅ 排除其他 node_modules exclude: (file) => /node_modules/.test(file) && !/node_modules[\/\\]element-plus/.test(file), exclude: /node_modules\/element-plus/i, minPixelValue: 2, } }