@chialab/wds-plugin-hmr-css
v0.17.0
Published
Enable CSS hmr for the web dev server.
Readme
Install
$ npm i @chialab/wds-plugin-hmr-css -D
$ yarn add @chialab/wds-plugin-hmr-css -DUsage
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.
