-
Notifications
You must be signed in to change notification settings - Fork 760
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
undefined method `lookup' for Webpacker::Manifest:Class #776
Comments
Sounds like this library needs some work to support webpacker 3.0 :S |
Not sure what changed, Edit: It's not a class method anymore, I'm currently researching how to get the current instance of manifest and will PR it in. |
Webpacker updated the manifest lookup API |
Found it: Yep they made it a singleton. rails/webpacker@c895cb6#diff-ccbc9196f591353b07190e7063ca0881R24 |
Help us help you! Please choose one:
react-rails
, so I've included the stack trace and the exact steps which make it crash.react-rails
with another library, but I'm having trouble. I've described my JavaScript management setup (eg, Sprockets, Webpack...), how I'm trying to use this other library, and why it's not working.After upgrading to Webpacker 3.0 get this error:
'undefined method `lookup' for Webpacker::Manifest:Class'
use with react-rails. Before update everything was good.
The text was updated successfully, but these errors were encountered: