1 Star 0 Fork 2

墨痕/listen1_mobile

forked from charles-cai/listen1_mobile 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
Listen 1 提交于 2019-07-31 18:45 . first commit
const presets = ['module:metro-react-native-babel-preset'];
const plugins = [];
if (process.env.ENV === 'prod') {
plugins.push('transform-remove-console');
}
module.exports = { presets, plugins };
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang466/listen1_mobile.git
git@gitee.com:wang466/listen1_mobile.git
wang466
listen1_mobile
listen1_mobile
master

搜索帮助