Skip to content

Bundle size analyzer

Drew Baker edited this page Apr 25, 2021 · 1 revision

Run the following command to be given a visualization of your sites bundle file:

npx nuxt build --analyze

This allows you to see if you're accidentally including a large JS import.

There are other ways to generate the visualization, you can read about it here.

Clone this wiki locally