-
feat(rspack): respect deleteOutputPath option in rspack executor (#32609)
发布于
2025-09-11 13:19:14 +00:00 - Add deleteOutputPath option to rspack executor schema
- Modify rspack executor to only clean output directory when
deleteOutputPath is not explicitly set to false - This aligns rspack executor behavior with webpack executor and allows
users to control output cleaning - Fixes issue where rspack.output.clean configuration was being bypassed
Fixes #32015
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #
Co-authored-by: Colum Ferry cferry09@gmail.com
下载附件