-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature…
-
Vercel edge functions have a maximum bundle size depending on the plan you're on ([Hobby: 1 MB, Pro: 2 MB, Ent: 4 MB](https://vercel.com/docs/functions/runtimes#size-limits)) so we need to keep track …
-
Currently requiring `stackdriver-errors-js` results in quite a lot of code being pulled in -- it's one of our largest dependencies.
The above is generated using https://github.com/webpack-contr…
-
Parent issue https://github.com/elastic/kibana/issues/95853
Core bundle size is critical for performance because it's loaded on every page and delays all other plugin initialization affecting perce…
-
According to [this analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer), cozy-keys-lib's bundle takes 426 Ko.
We could gain some space by removing heavy and dispensable libs, typically n…
-
vendor bundle is ~7 mb before compression. I don't think tree shaking is working.
-
I am using react-dates in my app. I am trying to reduce the size of my bundle.js generated by webpack. I used the "webpack-bundle-analyzer" and I noticed React-dates module is including components I a…
-
What do you (@deregtd, @berickson1, @erictraut) think about reducing ReactXP size?
ReactXP has a [significant size](https://bundlephobia.com/result?p=reactxp@2.0.0-rc.1), especially it is importan…
-
`project size-visualize` using (`webpack-bundle-analyzer`)[https://www.npmjs.com/package/webpack-bundle-analyzer]
`project size-analyze` using (`webpack-bundle-size-analyzer)[https://github.com/rob…
-
**Describe the bug**
To use this component requires the end user to download over 90K of code (gzipped and minified). To fix this, we should remove `moment` since that's 60% of the bundle size. Let's…