mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-27 00:23:45 +00:00
chore(infra): move to monorepo
This commit is contained in:
+3
-12
@@ -1,12 +1,3 @@
|
||||
const path = require('path');
|
||||
const { getConfig } = require('react-native-builder-bob/babel-config');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
|
||||
module.exports = getConfig(
|
||||
{
|
||||
presets: ['module:@react-native/babel-preset'],
|
||||
},
|
||||
{ root, pkg }
|
||||
);
|
||||
module.exports = {
|
||||
presets: ['module:@react-native/babel-preset'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user