django-webpack / webpack-bundle-tracker

Spits out some stats about webpack compilation process to a file
MIT License
266 stars 107 forks source link

Replaces getting asset path information from asset list #93

Closed joaopslins closed 3 years ago

joaopslins commented 3 years ago

From https://webpack.js.org/blog/2020-10-10-webpack-5-release/#sizeonlysource-after-emit

This was breaking relativePath: true and integrity: true plugin parameters.

Fixes #78