bns_zhgd_web/node_modules/webpack-bundle-analyzer/lib/index.js

10 lines
145 B
JavaScript
Raw Normal View History

2025-04-02 10:01:21 +08:00
"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};