Nuxt.js Analyze Webpack Bundle Size

Mar 21, 2020

Edit package.json to add nuxt build --analyze

{  "scripts": {    "dev": "nuxt",    "build": "nuxt build",    "start": "nuxt start",    "generate": "nuxt generate",    "analyze": "nuxt build --analyze"  },}

Usage

npm run analyze

Upon completion, the browser will open the page with visual breakdown of each package size.

Webpack Analyze Bundle Size

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.