Skip to content

Commit da7f2d1

Browse files
committed
comment BundleAnalyzerPlugin
1 parent edc9934 commit da7f2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22
const CleanWebpackPlugin = require('clean-webpack-plugin');
33
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
44
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin');
5-
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
5+
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
66

77
module.exports = {
88
entry: path.resolve(__dirname, 'lib/index'),
@@ -23,7 +23,7 @@ module.exports = {
2323
new UglifyJsPlugin({
2424
comments: false,
2525
}),
26-
new BundleAnalyzerPlugin(),
26+
// new BundleAnalyzerPlugin(),
2727
],
2828
module: {
2929
rules: [

0 commit comments

Comments
 (0)