Blame view

code/finance_web/node_modules/webpack-bundle-analyzer/src/index.js 129 Bytes
a  
谢明辉 committed
1 2 3 4 5 6
const { start } = require('./viewer');

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