esbuild does not work with dynamic modules - so [this](https://github.com/highsource/jsonix/blob/5d0d101f338bcf514bb6249437860e4b4d011cd2/nodejs/scripts/jsonix.js#L6147-L6153) does not work. I tried to patch adding a `require` instead of using `amdefine`, but it also did not work. Anyone able to esbuild jsonix or a patched version?
esbuild does not work with dynamic modules - so this does not work.
I tried to patch adding a
requireinstead of usingamdefine, but it also did not work.Anyone able to esbuild jsonix or a patched version?