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 was archived by the owner on Dec 20, 2021. It is now read-only.
I was following this guide on how to remove some standard Rails components, when I removed the "sprockets/railtie" in favor of using "rails/webpacker" I get the following error message:
method_missing ': undefined method' assets' for Rails Application Configuration
Then I saw that the source of the error could be one of the dependencies on the gem "stimulus-rails" that is only compatible with asset pipeline, is there any way to use hotwire-rails only as a webpacker?