标签: babel
在当前项目中,我正在使用expo,react-native和babel-plugin-module-resolver。
由于b-p-m-r不支持babel.config.js,因此我必须添加.babelrc。
但是在babel.config.js中,我有要保留的api.cache(true)语句。
所以我的问题是,如果我仅使用api.cache(true)维护babel.config.js并在.babelrc中设置插件,它将起作用还是会发生什么?