Skip to content

Commit 20a7a9b

Browse files
committed
Remove comment
1 parent e3558e6 commit 20a7a9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack.config.prod.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
33
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
44
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
55

6-
//const analyze = process.env.BUNDLE_ANALYZE === 'true' ? new BundleAnalyzerPlugin() : {};
7-
8-
96
module.exports = {
107
mode: 'production',
118
entry: path.resolve(__dirname, 'lib/index'),

0 commit comments

Comments
 (0)