mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
|
|
.BundleAnalyzerPlugin
|
|
|
|
exports = require('./webpack.prod')
|
|
|
|
exports.plugins.push(new BundleAnalyzerPlugin())
|
|
|
|
module.exports = exports
|