2 Star 2 Fork 0

zshawk1982 / babel的基本包的认识和使用

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
zshawk1982 提交于 2018-11-08 23:11 . babel在node
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "4"
}
}
]
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}
NodeJS
1
https://gitee.com/zshawk1982/babelDemo.git
git@gitee.com:zshawk1982/babelDemo.git
zshawk1982
babelDemo
babel的基本包的认识和使用
master

搜索帮助