dI am trying to use this module in the web with webpack (more, things that have this as a dependency in the web), and the build fails because of the use of require function bypass. The require function is not defined in vanilla HTML/JS, so it throws an error. I did some hacks that may or may not have broken the library to fix this issue, but if they do not work could steps be taken to fix this problem?
Thanks!
dI am trying to use this module in the web with webpack (more, things that have this as a dependency in the web), and the build fails because of the use of require function bypass. The require function is not defined in vanilla HTML/JS, so it throws an error. I did some hacks that may or may not have broken the library to fix this issue, but if they do not work could steps be taken to fix this problem?
Thanks!