Description
When cleanDir: true is set but dir option is not explicitly specified (using the default "dist" directory), the output directory is not cleaned before writing.
Expected
| Options |
Should Clean |
| dir is set |
✓ Yes |
| file is set |
✗ No (parent dir may contain other files) |
| Neither set (default dist) |
✓ Yes |