index.js 145 B

12345678910
  1. "use strict";
  2. const {
  3. start
  4. } = require('./viewer');
  5. module.exports = {
  6. start,
  7. BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
  8. };