I am just starting to learn about js module systems and building libraries. I am currently exploring the possibility of converting npm kafka-node libraries, which I believe are in Universal Module Definition format, into a bundled version of the library - a single minified js file that can be easily loaded into the browser. If anyone can provide guidance on how to achieve this using the existing npm kafka-node libraries, I would greatly appreciate it.