UNPKG

webpack-bundle-size-analyzer

Version:

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

7 lines (6 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isMultiCompilation(stats) { return !stats.hasOwnProperty('modules'); } exports.isMultiCompilation = isMultiCompilation;