react-trumbowyg
react-trumbowyg copied to clipboard
How to add jQuery in create-react-app without ejecting
I am already having a current project where I want to use this react-trumbowyg for adding text-editor. But the problem is we don't have access to add plugins webpack in create-react-app for adding jquery. But I can't eject as it creates havoc to me.
Can somebody please help me how do I do that without ejecting?
Check this, it is the solution: https://github.com/facebook/create-react-app/issues/4281#issuecomment-381119612
Would be great to add it to README 👍