-
### 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…
-
- Rollup Version: 2.39.0 (Locally and via REPL)
- Operating System (or Browser): Windows 10 (Local) and Chrome (REPL)
- Node Version (if applicable): 12
- Link to reproduction (IMPORTANT, read …
-
- Rollup Version: 1.14.5
- Operating System (or Browser): osx and browser
- Node Version: 12.0.0
### How Do We Reproduce?
https://rollupjs.org/repl?version=1.14.5&shareable=JTdCJTIybW9kdWx…
-
### 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…
-
- Rollup Version: v2.8.2
- Operating System (or Browser): macOS 10.15.4
- Node Version (if applicable): v12.13.1
- Link to reproduction (IMPORTANT, read below): repro below
### Descrip…
-
**Is your feature request related to a problem? Please describe.**
Currently, it isn't possible to load specific parts of the system information as the library doesn't support tree-shakeable named im…
-
**Module version**
Nuxt 2.15.4
Nuxt/Vuetify 1.11.3
**Describe the bug**
every thing was fine and suddenly got these errors when deleted `node_modules` and `package-lock.json` and then used `npm …
-
webpack has a nice feature,when set sideEffects to false, if a import x from b, and x comes from b's reexport from c, then bundler could shake whole side effect in b
* index.js
```ts
import { inte…
-
When used with [treeshake.pureExternalModules](https://rollupjs.org/guide/en#danger-zone), essentially all unused imports after terser minification should be removed. But I guess that happens before t…
-
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…