Join Slack
Powered by
I changed my library to UMD and now I get the foll...
# javascript
r
robstoll
06/21/2018, 6:45 AM
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?
3
Views
Open in Slack
Previous
Next