mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +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
|