We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc9934 commit da7f2d1Copy full SHA for da7f2d1
webpack.config.prod.js
@@ -2,7 +2,7 @@ const path = require('path');
2
const CleanWebpackPlugin = require('clean-webpack-plugin');
3
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
4
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin');
5
-const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
+// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
6
7
module.exports = {
8
entry: path.resolve(__dirname, 'lib/index'),
@@ -23,7 +23,7 @@ module.exports = {
23
new UglifyJsPlugin({
24
comments: false,
25
}),
26
- new BundleAnalyzerPlugin(),
+ // new BundleAnalyzerPlugin(),
27
],
28
module: {
29
rules: [
0 commit comments