You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I pull this repo, I can't actually import it as a module. I have to make some changes to the top, ex.
var exports = module.exports = (function () {
It'll be great we can have some dynamic detection if a module or browser is requesting this file. Thank you very much, really liked this piece of work.
The text was updated successfully, but these errors were encountered:
Currently, if I pull this repo, I can't actually import it as a module. I have to make some changes to the top, ex.
It'll be great we can have some dynamic detection if a module or browser is requesting this file. Thank you very much, really liked this piece of work.
The text was updated successfully, but these errors were encountered: