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