-
Notifications
You must be signed in to change notification settings - Fork 34
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
Question: How to use with Rails 6 and Webpacker? #45
Comments
I got around this adding sprockets back alongside my existing Webpacker setup.
|
Sorry for not advertise this gem, but you can achieve this functionality by adding a package
and create javascript file
include it in main application pack file
and use the cookie in around action in application controller
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Rails 6 with Webpacker for application.js, my attempts to use require the javascript dependencies have failed. Do you think you will unbundle the Javascript and support adding the JS dependencies via yarn?
The text was updated successfully, but these errors were encountered: