@gondel/plugin-hot
v1.2.8
Published
Hot module reloading for Gondel component development
Downloads
1,277
Readme
Hot Loader
Adds support for hot-module-reloading (hmr) for Gondel components.
Installation
npm i --save-dev @gondel/plugin-hot
Usage
Add the follwoing code to your your entry point:
import {hot} from '@gondel/plugin-hot';
hot(module);