-
Any specific option / way to avoid treeshaking unused variables only?
Also the most perfect solution would not to treeshake specific variable list...
-
### Feature Use Case
Currently, Rollup chases imports eagerly. However, if a dynamic import is located in a function that later gets shaken out, it was "all for nothing". Rollup could chase dyn…
-
-
When I for examle do this: `import 'can/es/can-stache-converters';`
It doesn't work when I build it with tree shaking enabled.
When I disable tree shaking, it does work.
I think it can't handle mod…
-
### Is your feature request related to a problem? Please describe...
Vuetify provides a [loader](https://vuetifyjs.com/en/customization/a-la-carte/#vuetify-loader) that automatically provides trees…
-
# 🐛 Bug Report
Checking `typeof process` or `process.env` causes Parcel to unnecessarily polyfill `process` module, even if the code only uses `process.env.SOME_ENV`. Additionally, in 2.6.0, tr…
-
67% reduction in bundle size when bundling with rollup of instead parcel. Parcel is not tree shaking several classes from `@readymade/core` FESM, while `rollup` can. Steps to reproduce a simple exampl…
-
### Reproduction link or steps
1. Open https://stackblitz.com/edit/github-xv4yss-lxkrf5?file=rolldown.config.mjs,src%2Fentry.js,src%2Ffoo%2Fdep.js (same repro with #2742)
2. `npm run build` runs aut…
-
### Description
I'm working on adding rnx-kit bundling in our app and noticed that after I bundle our app the app crashes. After some digging I opened up an issue inside rnx-kit: https://github.com…
-
Current firebase: 9.9.1
Some of firebase's modules are tree-shaking friendly, but some still aren't. In particular, `firebase/database` and `firebase/auth`.
For example, I have a module that doe…