fix:修复运行时 saas 报错

This commit is contained in:
bypanghu
2024-10-28 09:19:38 +08:00
committed by pixelmaxQM
parent 071f48c3ca
commit c2c11b29a7
5 changed files with 13 additions and 6 deletions

View File

@@ -57,6 +57,13 @@ export default ({
define: {
'process.env': {}
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler' // or "modern"
}
}
},
server: {
// 如果使用docker-compose开发模式设置为false
open: true,