mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
log,
|
||||
network,
|
||||
show,
|
||||
} from 'react-native-debug-console';
|
||||
} from 'react-native-debug-console/src';
|
||||
|
||||
network.attach();
|
||||
log.attach(true);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
const config = require('../babel.config');
|
||||
const config = require('../../babel.config');
|
||||
|
||||
module.exports = config;
|
||||
@@ -6,6 +6,7 @@ const path = require('path');
|
||||
module.exports = {
|
||||
watchFolders: [
|
||||
__dirname,
|
||||
path.join(__dirname, '..', 'lib'),
|
||||
path.join(__dirname, '..', '..', 'node_modules'),
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user