-
- Rollup Plugin Name: plugin-node-resolve
- Rollup Plugin Version: 15.2.3
### Feature Use Case
I would like to prevent that I include any `devDependency` in my bundle by accident. I could ach…
-
```js
// foo.js
const awesomeFunction = () => {
// bunch of code
}
export default awesomeFunction
// bundle.js
await esbuild.build({
entryPoints: ['foo.js'],
minify: true,
…
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/icy-bush-nk7kzh?file=%2Fpackage.json%3A8%2C9&layout=%257B%252…
-
### Feature Use Case
Method chaining in JavaScript is a nice syntax, but supporting it would prevent tree-shaking tools from eliminating unused part of the library.
I know that Rollup cannot…
-
- Based on Babel 6+ ecosystem. Some names: rollpack, rolldown, lowup, stayup
- transpiles to Node >= 4
### Smart Plugins API
- built on @node-minibase and @node-base ecosystem.
```js
'use str…
-
My entry file 'app.js' contains a lot of code, dynamic imports, exports, etc.
I can't figure out why Rollup decides to create a file with just the exports from my entry file, named 'app-[hash1].js'…
-
- [x] Check if Rollup fits the below requirements - https://github.com/squaredev-io/matte/pull/80
1. Seperate export per file - Likely https://rollupjs.org/guide/en/#outputpreservemodulesroot
…
-
now that es modules are [officially here](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), what is the future of ES Module Loader (and therefore, SystemJS and JSPM)? I've been using…
-
### Environment
yarn@1.22.22
node@v20.11.0
### Reproduction
- clone https://github.com/varugasu/reproduction-bundle-bug
- yarn install
- yarn test
### Describe the bug
I have an issue with the…
-
### Keywords
tree-shaking; decorators
Repl: https://rollupjs.org/repl/?version=2.26.4&shareable=JTdCJTIybW9kdWxlcyUyMiUzQSU1QiU3QiUyMm5hbWUlMjIlM0ElMjJtYWluLmpzJTIyJTJDJTIyY29kZSUyMiUzQSUyMnZhci…