Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

'use strict';

if (process.env.NODE_ENV === 'production') {


module.exports = require('./cjs/react.production.min.js');
} else {
module.exports = require('./cjs/react.development.js');
}

You might also like