mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2025-12-17 22:54:29 +01:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }],
|
|
],
|
|
};
|