fix: 扫一扫
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s

This commit is contained in:
sexygoat
2026-04-17 15:48:55 +08:00
parent 5dc948efec
commit 25fc534619
3 changed files with 5 additions and 58 deletions

View File

@@ -3,14 +3,12 @@ import uni from '@dcloudio/vite-plugin-uni'
export default defineConfig({
plugins: [uni()],
// 指定项目根目录为输入目录
root: process.cwd(),
css: {
preprocessorOptions: {
scss: {
// 静默 sass 废弃警告
silenceDeprecations: ['legacy-js-api', 'import']
}
}
}
})
})