Environment
- Operating System: Linux
- Node Version: v22.14.0
- Package Manager: pnpm@10.8.0
- Unbuild Version: v3.5.0
Reproduction
Any simple dummmy repo with the config:
export default defineBuildConfig({
entries: [
// Main engine
{
input: 'src/index',
declaration: 'node16',
},
// CLI app
{
input: 'src/cli',
declaration: false,
},
],
declaration: false,
clean: true,
rollup: {
inlineDependencies: true,
esbuild: {
target: 'esnext',
// minify: true,
},
},
})
Describe the bug
declaration inside entries have no effect, no declaration files is generated with the included config.
Additional context
No response
Logs
Environment
Reproduction
Any simple dummmy repo with the config:
Describe the bug
declarationinsideentrieshave no effect, no declaration files is generated with the included config.Additional context
No response
Logs