UNPKG

webpack-bundle-analyzer

Version:

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

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