UNPKG

145 BJavaScriptView Raw
1"use strict";
2
3const {
4 start
5} = require('./viewer');
6
7module.exports = {
8 start,
9 BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
10};
\No newline at end of file