Files
eruda/build/webpack.analyser.js
2023-02-21 09:06:51 +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