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
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
When using create-react-app you aren't allowed to edit the webpack config and adding the decorator for babel.
I found a solution to be able to use create-rect-app and still use this awesome library.
Just want to share this for other people if they run into this problem.
Maybe worth to add this to the README in the FAQ section.
The decorators are just another syntax for a regular HOC so nobody has to use them, it's just nice
to use if you are able to add the plugin in your webpack config.
You are right, this should be mentioned in the FAQs we will add this asap.
Thanks for sharing the information and using our library :)
When using create-react-app you aren't allowed to edit the webpack config and adding the decorator for babel.
I found a solution to be able to use create-rect-app and still use this awesome library.
Just want to share this for other people if they run into this problem.
Maybe worth to add this to the README in the FAQ section.
facebook/create-react-app#411 (comment)
The text was updated successfully, but these errors were encountered: