mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Updated dependencies in preperation for v2
This commit is contained in:
14
demo/babel.config.js
Normal file
14
demo/babel.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = function(api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: [
|
||||
['module-resolver', {
|
||||
alias: {
|
||||
//'react-native-debug-console': '../lib',
|
||||
'@babel/runtime': '../node_modules/@babel/runtime',
|
||||
}
|
||||
}]
|
||||
]
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user