UNPKG

webpack-bundle-analyzer

Version:

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

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