UNPKG

webpack-bundle-size-analyzer

Version:

A utility to find how your dependencies are contributing to the size of your Webpack bundles

9 lines (8 loc) 277 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./plugin")); __export(require("./size_tree")); __export(require("./webpack_stats"));