-
It appears that `photoswipe.esm.js` and `photoswipe-lightbox.esm.js` modules have a lot of the same code. So when I import them as suggested in the docs:
```
import PhotoSwipeLightbox from 'phot…
-
### What problem does this feature solve?
The configuration format of TSUP looks very simple
### What does the proposed API look like?
tsup
-
> Following up on an idea during the discussion with @IgorMinar and @petebacondarwin.
Currently we have `$cloudflare` specific entries that allow hybrid support for runtime compatible features usin…
-
### Rollup Version
v2.75.6
### Operating System (or Browser)
MacOS 12.4
### Node Version (if applicable)
16
### Link To Reproduction
https://rollupjs.org/repl/?version=2.75.6&shareable=JTdCJTIy…
-
First of all, perf timers logging quite strange, [level 1 prefix is `#`, level 2 — `##`, level 3 — no prefix, level 4 — dashes perl level count minus 3](https://github.com/rollup/rollup/blob/dc87d5855…
-
Please see this simplified example at https://stackblitz.com/edit/github-1mzjky-bfluyv?file=src/app/app.module.ts
With the current code, my sample line chart renders correctly. However, this is usi…
-
There are two big dependencies within iD, one is lodash, the other is d3. By using:
`import * as d3 from 'd3'` everything is imported. Within a modern setup using Rollup or Webpack2 this hinders Tree…
-
- Treeshaking is not working properly
- Moving to multi entry imports would be a big win. The codebase is suitable to be split like this, and doesnt rely on treeshaking.
- Ditch tsdx and try using s…
-
Vuetify doesn't work when using 'nuxt-vite' and treeShake to be able to modify the sass variables. Without nuxt-vite the app works perfectly
![image](https://user-images.githubusercontent.com/4195550…
-
Hi adams85 and thanks for this great bundling.
I'm using EcmaScript for ES6 support and it seems the whole file has being imported. Is it possible to eliminate dead code and import only what is rea…