Files
mooknote_web/node_modules/webpack-bundle-analyzer/lib/index.js
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

10 lines
145 B
JavaScript

"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};