Is it generally safe to replace jsoo_minify with esbuild?

I thought I already answered your question in Replace jsoo/link with cat or esbuild? - #4 by hhugo.

Using esbuild instead of js_of_ocaml link can change the behavior of the program because it can change the set of compilation units linked (and change the program by side-effect).

1 Like