blob: 7fe5bc878cc45cc14c60b9d9f985615f748b2c85 [file] [log] [blame]
"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};