4.0.0 • Published 2 months ago

@chialab/wds-plugin-hmr-dna v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Web Dev Server Plugin HMR

Hot module replacement for DNA components and Web Dev Server.

Usage

Install the module:

npm install @chialab/wds-plugin-hmr-dna -D

and load the plugin in your dev server config:

web-dev-server-config.js

import { hmrPlugin } from '@chialab/wds-plugin-hmr-dna';

export default {
    plugins: [hmrPlugin()],
};

License

Web Dev Server Plugin HMR are released under the MIT license.