Closed
Description
Currently AMD tries to load node-xmlhttprequest as a dependency, and given that library doesn't have a UMD, everything breaks. This is particularly problematic with Webpack, because it tries to load the AMD version and fails upon first XHR use.
Will be resolved via #252.
Thanks to @patrykkopycinski for the report!