Files
eruda/build/webpack.analyser.js
2022-11-26 17:38:00 +08:00

9 lines
201 B
JavaScript

const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin
exports = require('./webpack.prod')
exports.plugins.push(new BundleAnalyzerPlugin())
module.exports = exports