mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-05 23:06:14 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }],
|
|
],
|
|
};
|