Skip to content

Commit 990979c

Browse files
committed
removed analyzer popup in webpack
1 parent bfbea24 commit 990979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
// options here: https://github.com/webpack-contrib/webpack-bundle-analyzer
112112
// set to true to display bundle breakdown
113113
new BundleAnalyzerPlugin({
114-
openAnalyzer: true,
114+
openAnalyzer: false,
115115
analyzerMode: 'static',
116116
}),
117117
new webpack.ProvidePlugin({

0 commit comments

Comments
 (0)