4.0.1 • Published 8 months ago
@chialab/wds-plugin-hmr-dna v4.0.1
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.