Hello,
I googled and found not much info for this. And checked below, there is a .babelrc, assuming it is used for the compiling?
In my old project which is planning to migrate to parse server, we used esm, which is very lightweight, and makes ES6 support very easy. Not sure if anyone here has done the integration for esm ? Or is it possible?
By using the esm, it is no need for the compiling process any more: changing code, restarting node and the new code just works, which also makes the stack trace more accurate for the exception or error lines corresponding to the source code lines.
Just would like to hear the professional comments for parse server on this.
Thanks a lot.