1 Star 0 Fork 18

xcyapcc / toc-helper

forked from Langzi / toc-helper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc.js 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
小浪 提交于 2019-03-03 13:05 . 提交源码
module.exports = {
presets: [
[
'@babel/env',
{
"targets": {
"browsers": [ //https://github.com/browserslist/browserslist
"last 2 versions",
]
},
"useBuiltIns": false,
"modules": false,
"debug": false
}
]
],
plugins: [
[
"@babel/plugin-transform-runtime",{
corejs: false,
helpers: false,
regenerator: false,
useESModules: false
}
]
]
}
JavaScript
1
https://gitee.com/changyin/toc-helper.git
git@gitee.com:changyin/toc-helper.git
changyin
toc-helper
toc-helper
master

搜索帮助