eruda3 / build /webpack.analyser.js
soiz1's picture
Migrated from GitHub
271613e verified
const BundleAnalyzerPlugin =
require('webpack-bundle-analyzer').BundleAnalyzerPlugin
exports = require('./webpack.prod')
exports.plugins.push(new BundleAnalyzerPlugin())
module.exports = exports