Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 436 Bytes

dora-plugin-hmr

HMR plugin for dora based on babel-plugin-react-transform.


Feature

  • enables hot reloading using HMR API
  • catches errors inside render()

Usage

$ dora --plugins hmr

Test

$ cd examples/normal
$ npm run dev