geowarin / friendly-errors-webpack-plugin

Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience.
MIT License
749 stars 77 forks source link

Display bundle sizes #54

Closed timneutkens closed 6 years ago

timneutkens commented 7 years ago

@geowarin what's your opinion on this: https://github.com/zeit/next.js/issues/876

maxmilton commented 7 years ago

This plugin is meant to be used during development at which time bundle sizes are not relevant. Showing bundle sizes is only valuable during production builds since that's when all the extra minification etc. happens.

timneutkens commented 6 years ago

Fair point @MaxMilton.