Environment
> node -v
v24.1.0
> pnpm unbuild --version
3.5.0
Reproduction
//
Describe the bug
It is documented here
|
/** |
|
* DTS plugin options |
|
* Set to `false` to disable the plugin. |
|
* Read more: [rollup-plugin-dts](https://www.npmjs.com/package/rollup-plugin-dts) |
|
*/ |
|
dts: RollupDtsOptions; |
that dts can be set to false to disable this plugin. Neither the type definition nor the runtime behavior (errors) allows setting this to false. Is this setting deprecated?
Additional context
No response
Logs
Environment
Reproduction
//
Describe the bug
It is documented here
unbuild/src/builders/rollup/types.ts
Lines 102 to 107 in 306aa09
Additional context
No response
Logs