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: {} } }) }