Created
January 5, 2018 04:23
-
-
Save tpai/3ddc4677e265a10b59422b3575fd4ff5 to your computer and use it in GitHub Desktop.
react-dom-umd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react')) : | |
typeof define === 'function' && define.amd ? define(['react'], factory) : | |
(global.ReactDOM = factory(global.React)); | |
}(this, (function (React) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment