0.18.0 • Published 2 months ago

@chialab/wds-plugin-hmr v0.18.0

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

Install

$ npm i @chialab/wds-plugin-hmr -D
$ yarn add @chialab/wds-plugin-hmr -D

Usage

import { startDevServer } from '@web/dev-server';
import { hmrPlugin } from '@chialab/wds-plugin-hmr';

await startDevServer({
    plugins: [
        hmrPlugin(),
    ],
});

License

Wds Plugin Hmr CSS is released under the MIT license.