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 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.
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!
The text was updated successfully, but these errors were encountered: