加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
babel.config.js 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
tosign 提交于 2020-11-08 19:11 . 提交
/*
* @Author: your name
* @Date: 2020-10-17 20:24:45
* @LastEditTime: 2020-11-07 15:39:12
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /artexpress.artron.net-trunk/Users/hanshi/Desktop/wangfei/心理/vue-heart/heart-vue/babel.config.js
*/
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
// presets: ['@vue/app'],
plugins: [
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
// style: true
style: (name) => `${name}/style/less`,
}, 'vant'],
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化