-
> 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…
-
### 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…
-
> but if this repo upgrades its dependency on `svelte-preprocess` that will slim things down for you as well. A couple of other dependencies like rollup look like they could be bumped as well which wo…
-
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…
-
- Rollup Plugin Name: `@rollup/commonjs`, `@rollup/node-resolve`
- Rollup Plugin Version: latest
Documentation Is: Confusing.
* https://github.com/rollup/plugins/tree/node-resolve-v15.2.3/pac…
-
- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 12.1.0
### Expected Behavior / Situation
I don't get a sourcemap warning message about rollup.config.ts.
### Actu…
-
After days of research I wrote a plugin to make this cool `node-api-dotnet` works with electron. Hope it can help people later.
1. Create a vite plugin
```ts
import fs from "fs";
import path from "p…
-
## Plugin Hooks
### Fully Supported Hooks
- [x] `options`
- [x] `buildStart`
- [x] `buildEnd`
- [x] `renderStart`
- [x] `renderError`
- [x] `generateBundle`
- [x] `writeBundle`
- [x] `clo…
-
I'm using the following module version `"@nuxtjs/ngrok": "^3.0.1"` and my Nuxt version is`"nuxt": "^3.12.2"`
I'm getting this error message when running `pnpm run build` in Nuxt 3.
```js
Error: …
-
### Describe the Bug
While using https://github.com/artberri/rollup-plugin-istanbul in an `extension.config.js` file, if a file of the extension contains `process.env.NODE_ENV`, the build breaks du…