1 Star 0 Fork 617

codesix / k-form-design

forked from kchengz / k-form-design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
kchengz 提交于 2020-03-25 21:14 . 添加babel-polyfill,兼容ie11
module.exports = {
presets: [
"@vue/app",
// 兼容配置
[
"@babel/preset-env",
{
useBuiltIns: "entry"
}
]
],
// 按需加载
plugins: [
[
"import",
{ libraryName: "ant-design-vue", libraryDirectory: "es", style: true }
]
]
};
JavaScript
1
https://gitee.com/qau/k-form-design.git
git@gitee.com:qau/k-form-design.git
qau
k-form-design
k-form-design
master

搜索帮助