Skip to content

Commit 4ebdd19

Browse files
committed
chore: disable auto open
1 parent 9894d21 commit 4ebdd19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/webpack/dev.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = function (config, context) {
1616
config.plugin('bundle-analyzer').use(new BundleAnalyzerPlugin({
1717
analyzerMode: 'static',
1818
reportFilename: '../temp/bundle-analyze.html',
19+
openAnalyzer: false,
1920
}))
2021

2122
return config;

0 commit comments

Comments
 (0)