1
0
mirror of synced 2025-12-11 08:58:19 +08:00
Files
eruda/build/webpack.analyser.js
2022-07-01 18:43:59 +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