This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
Adding custom config for babel #345
Comments
Have a look here: https://github.com/timarney/react-app-rewired You can create your own version of react-scripts as well as per the documentation here: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#alternatives-to-ejecting |
Oh, rewired, right. I have used it before but forgot about it. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use
babel-plugin-styled-components
. To enable this I need to add configuration like this:in .babelrc. But there is no .babelrc in this project.
Is it possible to add babel config params without ejecting react scripts?
The text was updated successfully, but these errors were encountered: