-
### Problem
I get this error when trying to compile the following with pkgroll:
`UnsupportedSyntaxError: namespace must have a "ModuleBlock" body.`
```typescript
declare namespace foo.bar {
…
-
I am a bit confused about building the project from ts example https://github.com/darionco/rollup-typescript-webworkers. how do the bundle will link to the worker if it is located on an inaccessible p…
-
### Feature Use Case
Rollup's [`[hash]`](https://rollupjs.org/configuration-options/#output-entryfilenames) naming option generates a hash value based on code generated *after* Rollups has complete…
-
## What kind of feature would you like and why?
This is a feature request, not a bug -- need to make a different issue template for that.
Schema checking for plugin options would improve the DX …
-
esbuild and swc come to mind, being able to sidestep TSC for build speed would be amazing.
https://www.npmjs.com/package/rollup-plugin-swc
https://www.npmjs.com/package/rollup-plugin-esbuild
-
In my project I'm using Workbox via [rollup-plugin-workbox-inject](https://www.npmjs.com/package/rollup-plugin-workbox-inject) to compile service worker.
My rollup configuration has two rollup inpu…
-
This message is appearing whenever i try to build or run the dev server
`(!) The 'extends' Babel helper is used more than once in your code. It's strongly recommended that you use the "external-helpe…
-
**Describe the bug**
SVGs with image gradients, which appear fine in browser, are missing gradients after sapper compiles and loads them.
**To Reproduce**
Put an SVG with gradients in a sapper c…
-
Just taking a look at this project because i want to move away from storybook. But i think the examples are not up to date. I used examples/rollup and examples/svelte-template, both projects run into …
-
I get an error message stating that the build configuration is broken. I have the following Node versions:
```
node -v
v21.7.3
npm -v
10.5.0
```
Log:
```
% npm run build …