DigitalConsumer.FixMyGlass/node_modules/webpack-bundle-analyzer/lib/index.js
2021-09-20 18:29:11 -04:00

10 lines
No EOL
145 B
JavaScript

"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};