Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 654 Bytes

File metadata and controls

43 lines (29 loc) · 654 Bytes

Contributing

Install

git clone git@github.com:rixo/rollup-plugin-hot.git
cd rollup-plugin-hot
yarn

Develop

Files 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.

Watch & rebuild

yarn dev

Build

yarn build

Run the example

yarn link # while still in project's root
cd example
yarn
yarn link rollup-plugin-hot
yarn dev

Tests

Tests aren't currently automatized :-/

test folder contains example of setup for various features, that can be launched and inspected manually for conformance.