UNPKG

129 BJavaScriptView Raw
1const { start } = require('./viewer');
2
3module.exports = {
4 start,
5 BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
6};