1 Star 0 Fork 0

王波小/wallet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 1004 Bytes
一键复制 编辑 原始数据 按行查看 历史
Harsh R 提交于 2021-10-27 10:23 . Shared contexts integration (#1035)
module.exports = function (api) {
api.cache(true)
const plugins = [
[
'module-resolver',
{
alias: {
'@api': './mobile-app/app/api',
'@assets': './shared/assets',
'@constants': './mobile-app/app/constants',
'@contexts': './mobile-app/app/contexts',
'@components': './mobile-app/app/components',
'@environment': './shared/environment',
'@hooks': './mobile-app/app/hooks',
'@shared-api': './shared/api',
'@shared-contexts': './shared/contexts',
'@shared-types': './shared/types',
'@screens': './mobile-app/app/screens',
'@store': './shared/store',
'@translations': './shared/translations',
'@tailwind': './mobile-app/app/tailwind'
}
}
],
'react-native-reanimated/plugin'
]
if (process.env.CYPRESS_E2E) {
plugins.push('istanbul')
}
return {
presets: ['babel-preset-expo'],
plugins: plugins
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/576353201/wallet.git
git@gitee.com:576353201/wallet.git
576353201
wallet
wallet
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385