-
Notifications
You must be signed in to change notification settings - Fork 754
A conversation about using require() #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In
In
|
Using https://rails-assets.org/ for external libs has worked well in my practice. The caveat being, those packages have to be on The approach I've started taking for things that are not on bower is to build my own Others' mileage may very, but overall, sticking with |
As mentioned, there's nothing in this gem to especially support |
I know that this has been brought up before, but I figured I'd reach out and see if any new solutions have popped up since then. So let's hear it. Has anyone found a fairly easy-to-implement solution for requiring external component libraries in react-rails?
The text was updated successfully, but these errors were encountered: