-
### Rollup Version
3.19.1
### Node Version (if applicable)
16.19.0
### Expected Behaviour
Changing files rebuild the package again
### Command
```shell
rollup --bundleConfigAsCjs -c -w
…
-
**Is your feature request related to a problem? Please describe.**
There is this amazing module that lets you type check your data in runtime called [typescript-is](https://www.npmjs.com/package/type…
-
## Troubleshooting
1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior
No, due to this plugin changing `outDir`
2. Does your Rollup plugin order…
-
Luyin updated
5 years ago
-
Hey,
It's my first time using rollup as a bundler and I'm facing a strange bug when it comes to handling css "url()" values
I'm importing a less file with the following css class in it
```css
.…
-
Microbundle ignores `*.ts` files if they contain only types. Example of the file: https://github.com/XaveScor/signal-components/blob/dff96fd7151db5aae7421059836794a7880c2649/src/types.ts.
### Repro…
-
# Error Report
Following the instructions at https://frontside.com/bigtest/docs/platform:
```
$ npm init
[...]
$ npm install bigtest --save-dev
$ npx bigtest init
[...]
⌾ Do you want to wr…
-
b.ts
import * as xx from "a"; export * from "a";
并且b.ts使用了a.ts里的函数
就会有重复打包的函数
-
we should change it to [this](https://www.npmjs.com/package/@rollup/plugin-typescript) '@rollup/plugin-typescript'. Don't know if this would brake anything.
-
We should:
- Switch to using Rollup as the bundler
- Output both a CommonJS bundle and an ESM bundle for each package
This will the library more tree-shakeable and more compatible with `esbuild`-…