rykener / django-manifest-loader

Simplifies webpack configuration with Django
https://django-manifest-loader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

Better documentation needed for using with split chunks #5

Closed rykener closed 3 years ago

rykener commented 3 years ago

There are two ways to use this, as a straight replacement for django's static templatetag, or as something a bit more involved that uses pattern matching to bring in all needed assets for a webpack instance making split chunks. Documentation about using it with split chunks needs to be created.