bundle-analyzer
bundle-analyzer copied to clipboard
Keep your webpack bundle optimized over time 📦✨
Hey! Thanks for your awesome app, looks very promising! https://github.com/skjnldsv/vueexample/pull/237/checks Just enabled this, and I can see the results just fine https://app.bundle-analyzer.com/gh/skjnldsv/vueexample But there is no github checks on my...
It appears that bundle-analyzer will correctly gather stats from a webpack config file that exports multiple configurations. However each configuration goes to a specific record in bundle-analyzer. As an example...
``` { "message": "Request failed with status code 500", "name": "Error", "stack": "Error: Request failed with status code 500\n at createError (/Volumes/Case Sensitive Partition/wielki-janusz/web/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/Volumes/Case Sensitive Partition/wielki-janusz/web/node_modules/axios/lib/core/settle.js:17:12)\n at...
Not sure if it's related to https://github.com/smooth-code/bundle-analyzer/issues/28, since status code it 503 and not 500. Those cases it does not fail, it takes significant time (up to 120 seconds, while...
I just added production source maps to our webpack build and started getting an error that the request entity is too large. I noticed that this lib is sending **every**...
I implemented BundleAnalyzer exactly following the documentation, but I keep seeing "No size limit configured on the project" in the BundleAnalyzer app. I tried multiple ways of adding the config:...
Thanks for this really helpful utility! We have this deployed in our GitHub organization but it seems to be having problems differentiating between a commit to master and a commit...
I have an Angular 7 application and Angular itself takes care of it's bundling. So how can I use **Bundle-analyzer** with my application?
Creating a PR from a fork of the repo doesn't trigger GitHub Checks for the bundle analyzer. For example: - that one coming from a fork has no checks: https://github.com/smooth-code/bundle-analyzer/pull/20...
Great tool, thanks for the OSS love! Artsy is trailing this on our main site repo. You can see the PR to add it here: https://github.com/artsy/force/pull/4684. I noticed that the...