RD17 / react-trumbowyg

React wrapper for lightweight WYSIWYG editor Trumbowyg
MIT License
146 stars 21 forks source link

How to add jQuery in create-react-app without ejecting #16

Open SakaSaiTrinath opened 6 years ago

SakaSaiTrinath commented 6 years ago

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?

erikaperugachi commented 6 years ago

Check this, it is the solution: https://github.com/facebook/create-react-app/issues/4281#issuecomment-381119612

gaearon commented 6 years ago

Would be great to add it to README 👍