completion
This commit is contained in:
33
ioneapps-maagapp-ee31119a522d/babel.config.js
Normal file
33
ioneapps-maagapp-ee31119a522d/babel.config.js
Normal file
@@ -0,0 +1,33 @@
|
||||
module.exports = {
|
||||
"presets": [
|
||||
"module:metro-react-native-babel-preset"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"module-resolver",
|
||||
{
|
||||
"cwd": "babelrc",
|
||||
"extensions": [
|
||||
".js",
|
||||
".ios.js",
|
||||
".android.js"
|
||||
],
|
||||
"alias": {
|
||||
"~": "./src",
|
||||
"~comp": "./src/components",
|
||||
"~cont": "./src/containers",
|
||||
"helper": "./__tests__/testHelpers"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"@babel/plugin-transform-spread",
|
||||
{
|
||||
"loose": true
|
||||
}
|
||||
],
|
||||
"relay",
|
||||
"jest-hoist",
|
||||
"import-glob"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user