django-webpack / webpack-bundle-tracker

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

Fix reporting errors from child compilations #107

Closed amw closed 2 years ago

amw commented 3 years ago

Replaces #103 to fix error reporting when the error happens in child compilations.

We should recursively traverse child compilations just like the hasErrors method that we're using does: https://github.com/webpack/webpack/blob/c181294865dca01b28e6e316636fef5f2aad4eb6/lib/Stats.js#L45

fjsj commented 2 years ago

Thanks, merged.