You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently moving a project that was started in next.js back into CRA. One of the biggest frustrations has been the loss of babel-plugin-module-resolver. We're using NODE_PATH, but that only lets us designate one directory as a library directory. Module resolver was much more powerful and configurable. Is it possible to add support for it in this custom scripts package?
The text was updated successfully, but these errors were encountered:
I'm currently moving a project that was started in next.js back into CRA. One of the biggest frustrations has been the loss of
babel-plugin-module-resolver
. We're usingNODE_PATH
, but that only lets us designate one directory as a library directory. Module resolver was much more powerful and configurable. Is it possible to add support for it in this custom scripts package?The text was updated successfully, but these errors were encountered: