# 引入

import { analyzeIndexBundle } from 't-comm';

// or

import { analyzeIndexBundle} from 't-comm/lib/bundle-analyze/index';

# analyzeIndexBundle(config)

描述

分析首页Bundle信息

参数

参数名 类型 描述
config

配置

config.domain string

域名

config.buildPath string

打包路径

示例

analyzeIndexBundle({
  domain: '',
  buildPath: '',
})
Last Updated: 2024/10/11 07:54:02