1 Star 2 Fork 0

klmahua/lx-music-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyswhut 提交于 2023-12-07 17:04 . 更新 React native 到 v0.73.0
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
'@babel/plugin-proposal-export-namespace-from',
[
'module-resolver',
{
root: ['.'],
extensions: [
'.android.ts',
'.ios.ts',
'.android.tsx',
'.ios.tsx',
'.tsx',
'.ts',
'.android.js',
'.ios.js',
'.android.jsx',
'.ios.jsx',
'.jsx',
'.js',
'.json',
],
alias: {
'@': './src',
// '@config': './src/config',
// '@store': './src/store',
// '@components': './src/components',
// '@navigation': './src/navigation',
// '@screens': './src/screens',
// '@theme': './src/theme',
},
},
],
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/klmahuaw/lx-music-mobile.git
git@gitee.com:klmahuaw/lx-music-mobile.git
klmahuaw
lx-music-mobile
lx-music-mobile
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385