1.13.1 • Published 1 month ago

@johfe/perfsee-bundle-analyzer v1.13.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

@johfe/perfsee-bundle-analyzer

Usage

import { StatsParser } from '@johfe/perfsee-bundle-analyzer'

// or const parser = StatsParser.FromStatsFile(webpackStatsFile)
const parser = StatsParser.FromStats(webpackStats, outputPath)

const { result, content } = await parser.parse()

// reference
console.log(result)

// module references tree
console.log(content)

Credits

The module tree part is forked from webpack-bundle-analyzer