1 Star 1 Fork 0

熙七 / flqin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
korey 提交于 2019-06-12 00:39 . upd
module.exports = {
presets: [['@babel/env', { modules: 'false' }]],
plugins: [
[
'@babel/plugin-transform-runtime',
{
corejs: 3
}
]
]
};
1
https://gitee.com/hee_seven/flqin.git
git@gitee.com:hee_seven/flqin.git
hee_seven
flqin
flqin
master

搜索帮助