nuxt3 添加打包分析

2023-01-24

1.修改nuxt.config.js

export default defineNuxtConfig({
  build: {
     analyze: true,
  }
});

 

2. 启动命令

npx nuxi analyze