Files
eruda/script/webpack.analyser.js
2020-01-07 13:37:42 +08:00

9 lines
204 B
JavaScript

const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin
exports = require('./webpack.release')
exports.plugins.push(new BundleAnalyzerPlugin())
module.exports = exports