Skip to content
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

Customizable loader class #137

Closed
owais opened this issue Nov 24, 2017 · 1 comment
Closed

Customizable loader class #137

owais opened this issue Nov 24, 2017 · 1 comment

Comments

@owais
Copy link
Collaborator

owais commented Nov 24, 2017

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! :)

@rhyneav
Copy link
Contributor

rhyneav commented Oct 30, 2019

Opened #210 to help solve this and provide flexibility to the package. Happy to discuss the implementation in the PR!

@fjsj fjsj closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants