rollup-plugin-filesize is a Rollup plugin that displays the size of your bundle after each build. It helps you monitor the impact of code changes and dependency updates on your bundle size. The plugin provides a clear, concise output in the console, showing the total size and the size of individual chunks within your bundle. This enables you to proactively identify and address potential bloat, optimizing your code for faster loading times and improved user experience.