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 e3558e6 commit 20a7a9bCopy full SHA for 20a7a9b
webpack.config.prod.js
@@ -3,9 +3,6 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
3
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
4
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
5
6
-//const analyze = process.env.BUNDLE_ANALYZE === 'true' ? new BundleAnalyzerPlugin() : {};
7
-
8
9
module.exports = {
10
mode: 'production',
11
entry: path.resolve(__dirname, 'lib/index'),
0 commit comments