feat:增加设置模块
This commit is contained in:
@@ -5,6 +5,13 @@ import path from 'path'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
additionalData: '@use "@/styles/element/index.module.scss" as *;'
|
||||
}
|
||||
}
|
||||
},
|
||||
base: './',
|
||||
resolve: {
|
||||
// 配置路径别名
|
||||
|
||||
Reference in New Issue
Block a user