I try to use this with newly generated project from Ignite and I got this error.

{
"presets": ["react-native"],
"env": {
"production": {
"plugins": ["ignite-ignore-reactotron"]
}
},
"plugins": [
[
"module-resolver",
{
"root": ["./App"],
"extensions": [".js", ".ios.js", ".android.js"]
}
]
]
}
Same error with with 3.1.0, works fine with 3.0.0. Ejected create-react-app...
@faqini Could you tell me a bit more about this with create-react-app? Would you have an easy repo where I can take a look?
Be sure to install babel-plugin-module-resolver and not module-resolver
Closing as this is about module-resolver, and not babel-plugin-module-resolver (see the first line in the stack trace).
Most helpful comment
Be sure to install
babel-plugin-module-resolverand notmodule-resolver