Save executable with attached system target architecture as _build/esbuild-TARGET
By upgrading to this version the executable will be redownloaded.
As this is somehow a breaking behavior, I would release it as a v0.4 version.
Additionally this would be ideal to pump esbuild to v0.14.0 (PR will follow).
This solves unnoticed reusing the executable after switching OS target in case of coping over the
_build
directory for e.g. caching purposes.Reference https://github.com/phoenixframework/esbuild/issues/32
Proposed CHANGELOG:
_build/esbuild-TARGET
By upgrading to this version the executable will be redownloaded.As this is somehow a breaking behavior, I would release it as a
v0.4
version. Additionally this would be ideal to pump esbuild tov0.14.0
(PR will follow).