Search code examples
reactjsreact-dnd

How do I get a UMD build of React DnD?


I merely want to reference React DnD from a webpage using <script> tags - none of this server side business.

Is there a minified version I can download?


Solution

  • <script src="https://unpkg.com/[email protected]/dist/ReactDnD.min.js"></script>
    

    The above link should be the latest version.