roc-plugin-react-hot-ts
v1.0.3
Published
A roc plugin that ads react hot reloading in webpack for *.ts and *.tsx files
Downloads
4
Maintainers
Readme
roc-plugin-react-hot-ts
A roc plugin that ads react hot reloading in webpack for *.ts and *.tsx files.
Requirements
This plugin depends on roc-plugin-typescript and roc-plugin-react, so make sure you have them installed in your project.
Usage
Simply install it as a dev dependency...
npm install --save-dev roc-plugin-react-hot-ts
...and you should be ready to go. Any .ts or .tsx file should hot reload when you change it.