engineerapart / next-size

Next.js plugin to print browser assets sizes

Home Page:https://www.npmjs.com/package/next-size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-size

Next-size is a next.js plugin to print browser assets sizes when running next build.

browser assets sizes appear magically when running next build ✨

🎁 Check out the example folder folder if you want to try next-size (the example includes css and dynamic imports).

Installation

yarn add next-size --dev

Usage

Edit your next configuration :

// next.config.js
const withSize = require('next-size')

module.exports = withSize()

The size of the assets created will be showed when you run next-build

More

Inspired by :

About

Next.js plugin to print browser assets sizes

https://www.npmjs.com/package/next-size


Languages

Language:JavaScript 99.2%Language:CSS 0.8%