mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
|
|
.BundleAnalyzerPlugin
|
|
|
|
exports = require('./webpack.release')
|
|
|
|
exports.plugins.push(new BundleAnalyzerPlugin())
|
|
|
|
module.exports = exports
|