-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Version
Rslib 0.0.17Details
The DTS output folder will not be cleaned if dts.distPath is not the dist folder.
- Example:
export default {
lib: [
{
dts: {
distPath: './dist-types',
},
},
],
}Reproduce link
https://github.com/web-infra-dev/rsbuild/tree/main/packages/core
Reproduce Steps
- pnpm i
- cd packages/core
- pnpm run build
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working