Browse Source

chore: 优化依赖

master
wangxiang 2 years ago
parent
commit
f597f913bd
  1. 2
      cloud/bigscreen-design/vite.config.js

2
cloud/bigscreen-design/vite.config.js

@ -27,7 +27,7 @@ export default ({ mode, command }) => {
css: { css: {
// 跟主项目的postcss.config.js起冲突,关闭后面需要使用可以在/bigscreen-design加postcss.config.js // 跟主项目的postcss.config.js起冲突,关闭后面需要使用可以在/bigscreen-design加postcss.config.js
// 或者直接在这里配置,优先级 vite.config.js > postcss.config.js // 或者直接在这里配置,优先级 vite.config.js > postcss.config.js
postcss: false postcss: {}
} }
}) })
} }

Loading…
Cancel
Save