jfortunato / esbuild-plugin-manifest

Esbuild plugin for building an asset manifest file.
MIT License
31 stars 5 forks source link

Allow `shortNames` option to work on input or output individually. #2

Closed jfortunato closed 3 years ago

jfortunato commented 3 years ago

Right now, the shortNames option will use short names for both the input & output values. We should give an option to only use short names for input or only use short names for output, similar to how we handle the extensionless option.