test(mobile): stallion intergration starts
This commit is contained in:
17
mobileLst/babel.config.js
Normal file
17
mobileLst/babel.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ["babel-preset-expo"],
|
||||
plugins: [
|
||||
[
|
||||
"module-resolver",
|
||||
{
|
||||
root: ["./"],
|
||||
alias: {
|
||||
"@": "./",
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user