ultrafast get folder size after build
- ultrafast,power by go-get-folder-size
npm i nuxt-size -D
// nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-size"],
});
npx nuxi build
or
npx nuxi generate
The console will output the finally size
Σ Output size: {your size} - D:/Code/Work/nuxt-size/playground/.output
Made with markthree
Published under MIT License.