Skip to content

Commit

Permalink
Chore(web-react): Disable generating browser stats file
Browse files Browse the repository at this point in the history
  * the file itself has almost 10 MB and it was included in distribution
  • Loading branch information
literat committed Oct 24, 2023
1 parent 998562b commit e8f4c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (env, argv) =>
plugins: [
new BundleAnalyzerPlugin({
statsFilename: 'browser-stats.json',
generateStatsFile: true,
generateStatsFile: false,
analyzerMode: 'disabled',
}),
],
Expand Down

0 comments on commit e8f4c53

Please sign in to comment.