react-draggable v4.4.1 Release Notes

Release Date: 2020-05-12 // almost 4 years ago
    • 🛠 Fix: Remove "module" definition in package.json
      • Giving up on this: there isn't a great reason to publish modules here as they won't be significantly tree-shook, and it bloats the published package.
      • Fixes incompatiblity in 4.4.0 with webpack, where webpack is now selecting "module" because "browser" is no longer present.