UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

8 lines (6 loc) 228 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react-dom-server.browser.production.min.js'); } else { module.exports = require('./cjs/react-dom-server.browser.development.js'); }