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
18 lines (14 loc) • 393 B
JavaScript
import React from 'react';
/** @license React v@@version@@
* react-dom.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 ReactDOM = (function() {
}(React));
const {@@exports@@} = ReactDOM;
export default ReactDOM;
export {@@exports@@};