I changed my library to UMD and now I get the foll...
# javascript
r
I changed my library to UMD and now I get the following error when loading it in html
Uncaught ReferenceError: module is not defined
and it fails at
}(module.exports, require('kotlin')));
kotlin is defined prior to the library in my html. Do I need to do something else due to UMD?