Skip to content

Commit

Permalink
chore: disable auto open
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jul 4, 2024
1 parent 9894d21 commit 4ebdd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/webpack/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = function (config, context) {
config.plugin('bundle-analyzer').use(new BundleAnalyzerPlugin({
analyzerMode: 'static',
reportFilename: '../temp/bundle-analyze.html',
openAnalyzer: false,
}))

return config;
Expand Down

0 comments on commit 4ebdd19

Please sign in to comment.