1 Star 0 Fork 0

上善莫若喝水 / vega

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = function (api) {
api.cache(true);
return {
presets: [
[
'@babel/preset-env',
{
targets: 'defaults and not IE 11'
}
]
]
};
};
1
https://gitee.com/ivyhaswell/vega.git
git@gitee.com:ivyhaswell/vega.git
ivyhaswell
vega
vega
master

搜索帮助