Package Exports
- react-dnd-html5-backend
- react-dnd-html5-backend/dist/ReactDnDHTML5Backend.min
- react-dnd-html5-backend/lib/HTML5Backend
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-dnd-html5-backend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React DnD HTML5 Backend 
The officially supported HTML5 backend for React DnD.
See the docs for usage information.
Installation
npm install --save react-dnd-html5-backendWhile we suggest you to use NPM, you can find the precompiled UMD build in the dist folder available on the latest branch as well as in every tagged release. This is where you can point Bower if that’s what you use.
There is no dist folder on the master branch.
Browser Support
We strive to support the evergreen browsers, Safari 7+, as well as IE11+. IE10 should also work, but DragLayer is fairly useless because IE10 doesn’t support pointer-events: none. We don’t officialy support IE9 and less.
Unfortunately the browser bugs, inconsistencies, and regressions come up from time to time, so please make sure you test your app on the browsers you’re interested in, and report any bugs to us.
License
MIT