UNPKG

ts-react-hot-transformer

Version:

<p align="center"> <a href="https://www.npmjs.org/package/ts-react-hot-transformer"><img src="https://img.shields.io/npm/v/ts-react-hot-transformer.svg?style=flat" alt="npm"></a> <a href="https://www.npmjs.com/package/ts-react-hot-transformer"><img sr

6 lines (5 loc) 175 B
if (process.env.NODE_ENV === 'production') { module.exports = require('./lib/react-hot.prod').default; } else { module.exports = require('./lib/react-hot.dev').default; }