1.0.3 • Published 8 years ago

roc-plugin-react-hot-ts v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

Documentation