1 Star 0 Fork 1

苍石 / hook-js-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
苍石 提交于 2021-05-21 10:53 . init
module.exports = {
'presets': [
[
'@babel/preset-env',
{
'modules': false
}
]
],
'plugins': [
['@babel/plugin-transform-runtime'],
['@babel/plugin-proposal-object-rest-spread', { 'loose': true, 'useBuiltIns': true }]
],
'ignore': [
'node_modules/**'
]
}
JavaScript
1
https://gitee.com/HGJing/hook-js-core.git
git@gitee.com:HGJing/hook-js-core.git
HGJing
hook-js-core
hook-js-core
master

搜索帮助