esbuild: add ldflags

This commit is contained in:
Mario Rodas 2022-06-25 20:50:00 +00:00
parent 8e29a6b45e
commit a6a9b537e7

View File

@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = "An extremely fast JavaScript bundler";
homepage = "https://esbuild.github.io";