We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9894d21 commit 4ebdd19Copy full SHA for 4ebdd19
scripts/webpack/dev.js
@@ -16,6 +16,7 @@ module.exports = function (config, context) {
16
config.plugin('bundle-analyzer').use(new BundleAnalyzerPlugin({
17
analyzerMode: 'static',
18
reportFilename: '../temp/bundle-analyze.html',
19
+ openAnalyzer: false,
20
}))
21
22
return config;
0 commit comments