git clone git@github.com:rixo/rollup-plugin-hot.git
cd rollup-plugin-hot
yarnFiles in lib are intended for usage in Node, they are shipped as is.
Files in src constitute the HMR runtime. They are built with Rollup.
yarn devyarn buildyarn link # while still in project's root
cd example
yarn
yarn link rollup-plugin-hot
yarn devTests aren't currently automatized :-/
test folder contains example of setup for various features, that can be launched and inspected manually for conformance.