/
mustreets
/
TestApp
Обзор
Документация
Войти
/
mustreets
/
TestApp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
master
babel.config.js
26 строк
550 B
Slava
Remove Crashlytics integration from the beta lane in Fastfile
07 июн 2026, 20:06
07 июн 2026, 20:06
f21773c
Код
Авторство
О чём код?
const aliases = require('./aliases'); module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ '@babel/plugin-transform-export-namespace-from', [ 'module-resolver', { root: ['./'], alias: aliases, extensions: [ '.ios.js', '.android.js', '.js', '.jsx', '.json', '.ts', '.tsx', ], }, ], ['@babel/plugin-proposal-decorators', { legacy: true }], 'react-native-reanimated/plugin', ], };