-
### Rollup Version
3.20.7
### Operating System (or Browser)
windows
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://rollupjs.org/repl/?version=3.20.7&shareable=J…
-
### System Info
Using "ramda": "0.27.1" and "@rspack/cli": "0.4.3"
### Details
Ramda library has this `all` utility:
```javascript
import _curry2 from "./internal/_curry2.js";
import _dispatchab…
-
Hi, I tried using this plugin, but ran into an issue where the watch functionality didn't work.
I put a few log statements and enabled debug mode in the plugin, and found this:
```
VITE PLUGIN …
-
i'm using `vite-plugin-vuetify` with `Nuxt3` for treeshaking as described here:
https://vuetifyjs.com/en/features/treeshaking/
when starting `nuxi dev`, the following error is shown in console:
…
-
Looks like badges ignore treeshake option. Example with `date-fns`, trying to treeshake `isAfter`:
1. Bundlejs website: [7.27KB (gzip)](https://bundlejs.com/?q=date-fns&treeshake=%5B%7B+isAfter+%7D…
-
**Is your feature request related to a problem? Please describe.**
Monaco is an integral part of Graph Explorer. We should consider bundling Monaco for the following reasons:
1. We find that CDNs ca…
-
Sorry if I missed anything, but I was not able to find any issue or readme regarding my problem.
We use esbuild to bundle approximately 100 entryFiles. They have like 30 common chunks, but otherwis…
-
### Expected Behavior / Situation
It would be extremely useful to be able to rollup typescript files/directories without transpiling to javascript , and likely beneficial to the ecosystem as a whole,…
-
The question how to export Component class for external usage brings questions on how other libraries do it
```javascript
const { vec3 } = require('pex-math/vec3')
const { add: add3 } = require('…
-
#### What happens and why it is wrong
I have some single line files like this:
`index.ts`:
```ts
export { MyComponent } from '../ParentComponentDir'
```
It's just export some plugin (just a sing…