Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 521 Bytes

Readme.md

File metadata and controls

30 lines (20 loc) · 521 Bytes

vdux-transform-hmr

js-standard-style

Transform for HMR in vdux

Installation

$ npm install vdux-transform-hmr

Usage

Add it to your vdux-transform config, like this:

{
  plugins: [
    ["vdux-transform", {
      "transforms": [{
        "transform": "vdux-transform-hmr"
      }]
    }]
  ]
}

License

MIT