Newer
Older
alert / js / node_modules / webpack-bundle-analyzer / lib / index.js
@Réz István Réz István on 18 Nov 2021 145 bytes first commit
"use strict";

const {
  start
} = require('./viewer');

module.exports = {
  start,
  BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};