提交 3b144721 编写于 作者: 郝先瑞

refactor(vite.config.ts): 删除无用配置

上级 dcdbf124
......@@ -40,17 +40,7 @@ export default ({command, mode}: ConfigEnv): UserConfig => {
alias: {
"@": path.resolve("./src"), // 相对路径别名配置,@表示src
}
},
// SCSS 变量导出
// @see https://www.vitejs.net/config/#css-preprocessoroptions
/*css: {
preprocessorOptions: {
scss: {
additionalData: `@import "./src/styles/element-variables.scss";`,
javascriptEnabled: true
}
}
}*/
}
}
)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册