Skip to content

Latest commit

 

History

History
 
 

wds-plugin-hmr-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Wds Plugin Hmr CSS • Enable CSS hmr for the Web Dev Server.

NPM


Install

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

Usage

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

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

License

Wds Plugin Hmr CSS is released under the MIT license.