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

Support for entrypoints with splitchunks #46

Open rob101 opened 3 years ago

rob101 commented 3 years ago

I have a webpack config that uses splitChunks to generate a number of files:

base-43214231.js
vendors~base~b5271302-c4dfeb1c1ad832b8000d.bundle.js

How do I ensure all files required are rendered for the correct entrypoint?