UNPKG

webpack-bundle-analyzer-sunburst

Version:

Webpack plugin and CLI utility that represents bundle content either as an interactive zoomable treemap or a sunburst chart

7 lines (5 loc) 129 B
const { start } = require('./viewer'); module.exports = { start, BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin') };