Skip to content

"Expected to find a manifest file"...but I don't have any asset #448

Open
@coorasse

Description

@coorasse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions