2025-04-02 21:57:33 +08:00

10 lines
145 B
JavaScript

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