-
## The devDependency [rollup-plugin-buble](https://github.com/rollup/rollup-plugin-buble) was updated from `0.19.6` to `0.19.8`.
🚨 [View failing branch](https://github.com/call-a3/rollup-plugin-gher…
-
I'm using native ES modules in Node v16.15.0. This is done by specifying `"type"` prop in `package.json`:
```json
"type": "module"
```
Here are repro steps:
```sh
mkdir test-proj
cd ./test-…
-
When I run `web-test-runner` with the two patterns `--files foo.js` and `--files bar.ts`
- CSS is injected into `` when the test file is `.js`
- but not when the test file is `.ts`
```
% npx w…
-
**Expected behavior:**
Both single quoted `import x from 'y';` and double-quoted `import x from "y";` imports should be remapped to localhost.
**Observed behaviour:**
Only single quoted import s…
-
Hello,
thank you for this module.
This doesnt work with rollup v2:
```
Cannot find module 'rollup-pluginutils' from '../../node_modules/rollup-plugin-ignore-import/rollup-plugin-ignore-im…
-
Hey hey. Taking a look at the `Entry Points` test for Rollup, and I see that it's using a custom plugin for HTML. I'd like to suggest using the https://www.npmjs.com/package/@open-wc/rollup-plugin-htm…
-
## How do we reproduce the issue?
We'll likely need to know:
1. Your Rollup configuration.
```js
import svelte from 'rollup-plugin-svelte'
import resolve from '@rollup/plugin-node-resolve'
i…
-
**Describe the bug**
When trying to install latest denopack v0.10.0 in Deno 1.5.0 and 1.5.2, the installation failed with error `CertNotValidForName`
**Screenshots**
```shell
$ deno --version
d…
quaos updated
4 years ago
-
Currently we [disable tests for windows](https://github.com/unjs/nitro/blob/main/test/presets/vercel-edge.test.ts#L7) since edge-runetime (by the time i checked) was incomaptible. But there are more i…
pi0 updated
11 months ago
-
## Description
Combining `rollup-plugin-lit-css` and `rollup-plugin-styles` produces an "Unexpected token" error when mode is set to `emit`.
```
https://rollupjs.org/guide/en/#warning-treating-…