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