1
0
mirror of synced 2025-12-10 16:38:16 +08:00
Files
eruda/build/webpack.analyser.js
2022-11-29 20:59:04 +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