-
### 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…
-
### What version of React Router are you using?
v7
### Steps to Reproduce
1. Install react-router (7.0.0-pre.1)
2. Install @mdx-js/rollup (tested with ^3.1.0 and ^3.0.1)
3. Create a custom …
-
This is the same as #38 but the issue is not fixed.
When `rollup-plugin-web-worker-loader` is combined with `@rollup/plugins-typescript` files no longer update after the first build when in `--watc…
-
Hello!
We have recently finished migrating rollup plugins into our new plugins [monorepo](https://github.com/rollup/plugins) and consolidated packages names (ie: `rollup-plugin-commonjs` -> `@rollu…
-
### Current Behavior
We are using Nx to create an npm package, which we then publish to a private npm registry. This package includes images, and we have two options for handling them:
1. Embed …
-
- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 7.15.0
- Rollup Version: v4.20.0
- Operating System (or Browser): Windows 10
- Node Version: v20.13.1
- Link to reproducti…
-
I am trying to build duckdb based nodejs project using rollup but I get unresolved dependencies error for libraries,
mock-aws-s3, aws-sdk, and nock
Same issue described here,
mapbox/node-pre-gy…
-
I'm currently migrating from Karma to Web-test-runner. When using [Rollup Inject](https://github.com/rollup/plugins/tree/master/packages/inject), some files get modified to include additional `import`…
-
What is this error about?
```
> rm -rf dist && rollup -c
[!] SyntaxError: Unexpected identifier 'assert'
at compileSourceTextModule (node:internal/modules/esm/utils:337:16)
at ModuleL…
-
**Describe the bug**
The build system has development dependencies on NodeJS modules for which no FreeBSD-x64 native builds exists
**To Reproduce**
Steps to reproduce the behavior:
_Follow the…