UNPKG

infrastructure-components

Version:

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

8 lines (6 loc) 171 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/history.min.js'); } else { module.exports = require('./cjs/history.js'); }