UNPKG

webpack-bundle-analyzer

Version:

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

10 lines (8 loc) 145 B
"use strict"; const { start } = require('./viewer'); module.exports = { start, BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin') };