@chialab/wds-plugin-hmr-dna
v4.0.0
Published
Hot module replacement for DNA components and Web Dev Server.
Downloads
57
Readme
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.