Skip to content

Customizable loader class #137

Closed
Closed
@owais

Description

@owais

Webpack loader contains most of it's logic in the loader class. If it was possible to override this in django settings to use a custom implementation, a lot of use cases could be solved by subclassing and override them methods. This it the norm in django ecosystem anyway.

Example of issues that could be fixed by providing a customized version:

#136 override get_bundle, call super() and filter out the names of files.
#135

and many more requests I've come across over time.

PRs welcome! :)

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