kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Support babel-plugin-module-resolver if possible #107

Open jcheroske opened 6 years ago

jcheroske commented 6 years ago

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?