提交 a210fb58 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 0b44e8a4
...@@ -20,5 +20,9 @@ export default defineConfig({ ...@@ -20,5 +20,9 @@ export default defineConfig({
alias: { alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)) '@': fileURLToPath(new URL('./src', import.meta.url))
} }
},
css: {
// 禁用SASS警告提醒
preprocessorOptions: { scss: { charset: false } }
} }
}) })
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论