Renato Vieira

Results 6 comments of Renato Vieira

Hi @camvrgs, this looks similar to this issue https://github.com/django-webpack/django-webpack-loader/issues/324. We'll be updating any findings regarding this problem there.

Hi folks, sorry to hear about this issue. I've tried to reproduce this behavior on my end, unfortunately I wasn't able to come across this issue on my attempts. I've...

Hi @roman-rr, thanks for the follow-up. I've managed to reproduce this scenario on my end. My bet is that it won't include the font files in the chunks list because...

Hi @roman-rr, thanks for the comment. Unfortunately that'd be a limitation from what we we receive from the Webpack compiler. The files parsing on webpack-bundle-tracker is done in 2 steps:...

Yes, it'd be necessary for Webpack to either: 1. Make [this method](https://github.com/webpack/webpack/blob/1f99ad6367f2b8a6ef17cce0e058f7a67fb7db18/lib/ChunkGroup.js#L417-L427) return all assets files that are used in a given chunk, not only the JS and CSS files...

Integrity calculation has been revamped at https://github.com/django-webpack/webpack-bundle-tracker/pull/132, now we'll always use the content from the in-memory asset that webpack emits, which won't break with webpack-dev-server. An example with a similar...