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

How to determine order of assets for splitChunks? #3

Open rykener opened 4 years ago

rykener commented 4 years ago

When webpack splits source files into chunks there is likely a preferred order to which those files should be imported into html with. In my testing thus far it doesn't seem to matter but I don't trust that. This needs further research to determine if there is a preferred order and if so, how to determine it from the manifest file.