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

9 lines (7 loc) 175 B
'use strict'; var _require = require('./viewer'), start = _require.start; module.exports = { start: start, BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin') };