2 Star 2 Fork 2

ineo6 / git-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2020-11-27 13:31 . feat: support safari 14
{
"presets": [
[
// Latest stable ECMAScript features
"@babel/preset-env",
{
"targets": {
"chrome": "49",
"firefox": "52",
"opera": "36",
"edge": "79",
"safari": "14"
}
}
]
],
"plugins": [
// Some transforms (such as object-rest-spread)
// don't work without it: https://github.com/babel/babel/issues/7215
[
"@babel/plugin-transform-destructuring",
{
"useBuiltIns": true
}
],
[
"@babel/plugin-proposal-object-rest-spread",
{
"useBuiltIns": true
}
],
[
// Polyfills the runtime needed for async/await and generators
"@babel/plugin-transform-runtime",
{
"helpers": false,
"regenerator": true
}
],
[
"import",
{
"libraryName": "antd",
"libraryDirectory": "es",
"style": "css"
}
]
]
}
JavaScript
1
https://gitee.com/ineo6/git-master.git
git@gitee.com:ineo6/git-master.git
ineo6
git-master
git-master
master

搜索帮助