1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/webpack-bundle-analyzer/lib/index.js

10 lines
145 B
JavaScript

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