mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 04:22:09 +00:00
Some packages are very sensitive to minification. For example: https://github.com/node-fetch/node-fetch/issues/784 which ends up in runtime error, and is hard to notice as they don't reproduce on local dev. Setting `--keep-names` should prevent those edge cases: https://esbuild.github.io/api/#keep-names