2025-08-05 23:51:42 +08:00

10 lines
145 B
JavaScript

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