1 Star 0 Fork 654

qiyulong / d2-admin

forked from D2Projects / d2-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
'import',
{
libraryName: 'vant',
libraryDirectory: 'es',
style: (name) => `${name}/style/less`
},
'vant'
]
],
// common + es6 共存
sourceType: 'unambiguous'
}
JavaScript
1
https://gitee.com/qiyulong/d2-admin.git
git@gitee.com:qiyulong/d2-admin.git
qiyulong
d2-admin
d2-admin
master

搜索帮助