mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-16 16:26:33 -06:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
'babel-plugin-react-compiler',
|
|
'react-native-worklets/plugin',
|
|
'react-native-worklets-core/plugin',
|
|
],
|
|
}
|