-
see this demo app https://github.com/pYr0x/sidebundle
if treeshaking is off, `vendor` gets bundles out
if true, `vendor` is not bundled
pYr0x updated
6 years ago
-
https://juejin.im/post/5a4dc842518825698e7279a9
-
### What version of Bun is running?
1.1.10+5102a9443
### What platform is your computer?
Linux 6.5.0-1016-oem x86_64 x86_64
### What steps can reproduce the bug?
```bash
git clone http…
mbkv updated
5 months ago
-
Minimum example of React Material-UI with the only TextField component imported - result bundle size is 250Kb!
https://github.com/pqr/react-mui-treeshake-does-not-work
webpack-bundle-analyzer sh…
-
### Describe the bug
We want to use the svelte kit library (building based on vite) configuration to build a component library that we integrate into a svelte kit app. When we import components as mo…
-
### Clear and concise description of the problem
Hello!
Lately as our codebase has grown bigger and bigger over the last months we've been experiencing slow page reloading using Vite.
That is no…
-
First of all, thank you for such a great package!
Second, do you know if it's possible to not build a section like vitest has in its docs?
something like ignoring everything in an if block by en…
-
Seems like webpack treeshaking doesn't work like everybody said.
https://github.com/webpack/webpack/issues/7782
-
Currently, the outpunt bundles uses JiT compilation and doesnt have treeshaking. This means the main bundle is still more tham 1.5 MB in size and nowhere near to 40 kB.
Not sure how to do this prop…
-