docs(vite.config.ts): 注释优化
Former-commit-id: 5800a8725c2ed68780cbb2da5d8db77788991a5b
This commit is contained in:
@@ -34,9 +34,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
// Vite 设置别名路径
|
||||
// Vite路径别名配置
|
||||
alias: {
|
||||
"@": path.resolve("./src"), // @ 代替 src
|
||||
"@": path.resolve("./src"), // @代替src
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user