UNPKG

nextjs-bundle-analysis

Version:

Analyzes each PR's impact on your next.js app's bundle size and displays it using a comment

8 lines (4 loc) 516 B
# nextjs-bundle-analysis ## 0.5.0 ### Minor Changes - [#44](https://github.com/hashicorp/nextjs-bundle-analysis/pull/44) [`067cb5d`](https://github.com/hashicorp/nextjs-bundle-analysis/commit/067cb5de682d51ad30b8aac2f69437303825c3b8) Thanks [@dstaley](https://github.com/dstaley)! - Improve monorepo support by adding the `name` from `package.json` to the generated comment. Add support for a `skipCommentIfEmpty` configuration option that will set the comment to an empty string when no pages have changed size.