-
What are your thoughts on making all functions ES6 exports (like `add` etc), then providing a 'lite' constructor with no functions defined on the prototype or as static functions constructor? This wou…
-
# Feature request
Tree-shaking is currently not possible with the supabase-js library because `SupabaseClient` is implemented using classes. Neither Webpack or Rollup supports tree-shaking class me…
-
## problem
```js
// ==> index.ts foo/foo.js foo/index.js
-
This is a continuation of the task #16292, which you can refer to for more context and results of the initial work.
In it, we were able to improve tree shaking and reduce the number of side effects…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
When @defer-loading just one component from a (3rd party) Angular library, the whole l…
-
Hi,
First of all, thank you for this great project!
I have a question regarding the tree shaking capabilities in Dart when using your library. In the initialiseDogs method, all converters are …
-
Hi,
Thanks for this nice module.
Currently everything is imported at once, resulting in a significant increase of the produced bundle size.
About ~320kb CSS & 80kB JS to be precise.
It would be …
-
I've recently upgraded from Threlte 5 to 7 and noticed a significant increase in bundle size. Upgrading resulted in an increase of about ~230kb to my bundle. When doing a bundle visualizer, almost the…
-
## Summary
Add page to docs that will showcase potential gains obtained through the use of tree-shaking.
We could also add few tips how to optimize the codebase to squeeze even more out of tree-…
-
**Describe the bug**
I have a simple React app with a custom Webpack setup but the three shaking doesn't work - https://github.com/anteburazer/tree-shaking-test
**To Reproduce**
```
git clone ht…