1.2.4 • Published 5 years ago
@gondel/plugin-hot v1.2.4
Hot Loader
Adds support for hot-module-reloading (hmr) for Gondel components.
Installation
npm i --save-dev @gondel/plugin-hotUsage
Add the follwoing code to your your entry point:
import {hot} from '@gondel/plugin-hot';
hot(module);