Nadhif Ikbar Wibowo
Nadhif Ikbar Wibowo
Future ref for people looking for solutions that's in similar build scenario. I performed path alias transformations using [tsc-alias](https://github.com/justkey007/tsc-alias) Conditions: 1. Need to perform build without bundling, specifically for my...
@RedStars071 generally yes, the core idea should be the same, assuming `tsup` doesn't automatically resolve path aliasing then by adjusting code snippet to their exposed `build` api it would follow...
Would maintainer okay with the idea of adding one extra property? I'm thinking `type` with literal string as value, for both `MultipartFile` with value (`"file"`) and `MultipartValue` with value (`"field"`)...