webpack-bundle-tracker
webpack-bundle-tracker copied to clipboard
Sorting assets list by key
This addresses #69
Does the chunkGroups
loop below also need to be sorted?
Does the
chunkGroups
loop below also need to be sorted?
I would suggest to sort all keys and lists to get consistent results for unchanged source runs
Thanks. Superseded by https://github.com/django-webpack/webpack-bundle-tracker/pull/111