Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit fa3a1b9

Browse files
lucleraytimneutkens
authored andcommitted
Add next-size community plugin (#387)
Since it's been removed from next (vercel/next.js#6122), I think it makes sense to add next-size here as a community plugin. I'll add a warning to the readme about the memory usage implications and I'll experiment some solutions to solve it in the community plugin itself, so next is safe 👌 some ideas : - just showing the actual size and estimating the gzipped size (empirically) - reading file on fs and calculating gzipped size (with a limit of nb of files)
1 parent 8d58b41 commit fa3a1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [next-seo](https://github.com/garmeeh/next-seo)
3333
- [next-mdx-blog](https://github.com/hipstersmoothie/next-mdx-blog)
3434
- [next-fonts](https://github.com/rohanray/next-fonts)
35+
- [next-size](https://github.com/lucleray/next-size)
3536

3637
## Adding a plugin
3738

0 commit comments

Comments
 (0)