For ESBuild bundling, is there a way to turn on `--minify-syntax`? It seems that dead code like `if

For ESBuild bundling, is there a way to turn on --minify-syntax? It seems that dead code like if (false) { ... } do not get eliminated.
Was this page helpful?