Files

10 lines
145 B
JavaScript
Raw Permalink Normal View History

2025-09-19 14:25:20 +08:00
"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};