-
> A while back I was trying it on a vite/vue spa (before I worked out that it did nothing for spas) and the rollup plugins around it had some issues and were using critical instead of critters ([githu…
-
[rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) is in maintenance mode only. There is a risk that author will stop maintaining it and adding support for future TypeScript versions. …
-
### What problem does this feature solve?
Avoids requiring a different JS globber and file watcher in addition to the Rust one.
### What does the proposed API look like?
https://www.npmjs.com/pack…
-
Cloning repository and using `npm install` give this errors
```
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: react-rollup-boilerplate@5.0.0
npm error …
-
why this package has dependencies.rollup
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/db87a9fc420a5781e8b310544bb587f1384af48c/types/rollup-plugin-peer-deps-external/package.json#L8-…
-
- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 12.1.1
- Rollup Version: 4.18.0
- Operating System (or Browser): MacOS
- Node Version: 18.20.1
- Link to reproduction …
-
## Plugin Hooks
### Fully Supported Hooks
- [x] `options`
- [x] `buildStart`
- [x] `buildEnd`
- [x] `renderStart`
- [x] `renderError`
- [x] `generateBundle`
- [x] `writeBundle`
- [x] `clo…
-
Good day.
Running @rollup/plugin-babel I got **TypeError: Illegal invocation**.
Did I miss something in the configuration?
## Running core-js (v3.38.1) polyfills throws Illegal invocation erro…
-
### Current Behavior
Given the following `rollup.config.js` in a monorepo (simplified):
```ts
// packages/react-color-picker/rollup.config.json
import ts from '@rollup/plugin-typescript';
/** @typ…
-
### Description
The LWC Rollup plugin seems to have a fundamental incompatibility with Vite's core set of plugins (which are not configurable). The issue stems from the fact that both the LWC Roll…