1 Star 0 Fork 0

Alan / PostMessageBus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alan 提交于 2020-04-05 21:34 . feat: 初始化项目
module.exports = function (api) {
api.cache(false);
return {
presets: [['@babel/preset-env', {
// useBuiltIns: 'usage',
// corejs: 3,
useBuiltIns: false,
modules: false,
debug: false,
targets: {
// browsers: [
// 'ie >= 8'
// ]
}
}]],
plugins: []
};
};
1
https://gitee.com/alanway/PostMessageBus.git
git@gitee.com:alanway/PostMessageBus.git
alanway
PostMessageBus
PostMessageBus
master

搜索帮助