Skip to content

Commit

Permalink
Quick fix to the analyzer plugin host
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 6, 2024
1 parent 175bdf7 commit 4853eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const offline = process.env.OFFLINE_BUNDLE_ANALYZE === 'true' ? true : false;

const defaultOptions = {
concatenateModules: false,
analyzerHost: '0.0.0.0',
analyzerHost: '127.0.0.1',
analyzerMode: offline ? 'static' : 'server',
generateStatsFile: true,
statsFilename: 'stats.json',
Expand Down

0 comments on commit 4853eb8

Please sign in to comment.