mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-21 13:30:11 -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',
|
|
],
|
|
}
|