Newer
Older
alert / js / node_modules / webpack-bundle-analyzer / src / index.js
@Réz István Réz István on 18 Nov 2021 127 bytes first commit
const {start} = require('./viewer');

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