smooth-code / bundle-analyzer-javascript

Bundle Analyzer JavaScript clients.
https://docs.bundle-analyzer.com
11 stars 4 forks source link

webpack-plugin: when stats fail to upload, log error but continue build #13

Open sgarner opened 3 years ago

sgarner commented 3 years ago

Fixes #11

I've been seeing 503 errors a lot from Bundle Analyzer lately and this breaks all my CI builds.

If stats fail to upload, it isn't that important. We can just log the error and continue building.

sgarner commented 3 years ago

@gregberge