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
This error is raised when the manifest file is not present. See also #444 .
Our use case is different: our app doesn't contain any sprockets assets, and uses webpacker to manage everything, but an engine that is mounted needs Sprockets. So basically:
I don't want to create a manifest.js. I don't need it. I don't have any resource.
I cannot disable sprockets. Is needed by the engine
My only solution is to rollback sprockets to < 4.
Proposed solution: remove this check.
I am willing to hear alternative solution and/or open a PR to fix this.