From f597f913bda3766baf1ebba7387af5a4b61ae59c Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 9 Jul 2023 22:56:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/bigscreen-design/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/bigscreen-design/vite.config.js b/cloud/bigscreen-design/vite.config.js index e348950..ac1c46d 100755 --- a/cloud/bigscreen-design/vite.config.js +++ b/cloud/bigscreen-design/vite.config.js @@ -27,7 +27,7 @@ export default ({ mode, command }) => { css: { // 跟主项目的postcss.config.js起冲突,关闭后面需要使用可以在/bigscreen-design加postcss.config.js // 或者直接在这里配置,优先级 vite.config.js > postcss.config.js - postcss: false + postcss: {} } }) }