Hello everyone,
I am developing an extension for launch where o need to use node module for the authentication. Currently i cannot use the library because this extension is client side and i cannot use require module. By searching I found a possible solution where i can use webpack. Any example for that or alternative way of resolving this issue?
Thanks