react-ecmascript
Version:
A script which transform React and ReactDOM into native Ecmascript modules to be used in browsers which support Ecmascript modules and module loading
12 lines (11 loc) • 336 B
JavaScript
/** @license React v@@version@@
* react.development.js
*
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const React=(function(){})();
const{@@exports@@}=React;
export default React;export{@@exports@@};