Files
red_de_investigacion_front/node_modules/webpack-bundle-analyzer/lib/index.js
T

10 lines
145 B
JavaScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
"use strict";
const {
start
} = require('./viewer');
module.exports = {
start,
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
};