-
When I wanted to use the source in https://www.yesvelte.com/docs/modal, I got this error in Mac OS on `npm run dev`
```
[!] RollupError: Invalid value "iife" for option "output.format" - UMD and IIF…
-
In I am trying to re-export functions in #20628:
```tsx
// 🚨 breaks build
export * as shorthands from './shorthands/index';
```
But it's impossible, see #18906. I modified code to use `import…
-
- 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…
-
Vite build warns about the large size:
```bash
dist/assets/editor.f7c6b28d.js 2501.30 KiB / gzip: 634.07 KiB
(!) Some chunks are larger than 500 KiB after minification. Co…
-
### Feature Use Case
Just saw this discussed on esbuild here - https://github.com/evanw/esbuild
https://rollupjs.org/repl/?version=2.36.1&shareable=JTdCJTIybW9kdWxlcyUyMiUzQSU1QiU3QiUyMm5hbW…
-
I'm using 0.9.0 and seeing this error when I bundle.
If I put `nodePolyfills()` first in my plug-ins array in config I get this error
```
[!] Error: 'fileURLToPath' is not exported by polyfill-…
-
## Feature Request
### Description
Be able to state which config file to use through the command line. This would be useful when having a dev config and production config, then the build scripts…
-
just tried to generate my nuxt site with `npx nuxi generate`
using nuxt rc-3
getting this warning:
```
WARN 15:54:43
…
-
### Rollup Version
2.78.1
### Operating System (or Browser)
lubuntu 18.04
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://rollupjs.org/repl/?version=2.76.0&share…
-
- Rollup Version: 1.15.1
- Operating System (or Browser): Ubuntu 14.04 / Chrome 74.0.3729.157
- Node Version: 8.10.1 / Repl
### How Do We Reproduce?
Export non-circular, named dependencies f…