1
0
mirror of synced 2025-12-10 00:17:58 +08:00
Files
eruda/build/webpack.analyser.js
2023-07-18 19:52:22 +08:00

9 lines
200 B
JavaScript

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