custom-react-scripts
custom-react-scripts copied to clipboard
Feature Request: allow to merge custom babel config
Next.js has the nice functionality of allowing to merge in a custom babel config. See: https://github.com/zeit/next.js/issues/26
This would enable to do things like adding an import plugin for andtd (https://github.com/facebookincubator/create-react-app/issues/2463) or similar issues.
I would like to keep custom-react-scripts sandboxed, but I'm thinking about this.