webpack-split-chunks-analyzer
Version:
Debug how your application is dynamically loaded by webpack
6 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SplitChunksAnalyzerPlugin = void 0;
var plugin_1 = require("./plugin");
Object.defineProperty(exports, "SplitChunksAnalyzerPlugin", { enumerable: true, get: function () { return plugin_1.SplitChunksAnalyzerPlugin; } });
//# sourceMappingURL=index.js.map