@chialab/wds-plugin-hmr-css
TypeScript icon, indicating that this package has built-in type declarations

0.17.0 • Public • Published

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.

Package Sidebar

Install

npm i @chialab/wds-plugin-hmr-css

Weekly Downloads

22

Version

0.17.0

License

MIT

Unpacked Size

8.32 kB

Total Files

5

Last publish

Collaborators

  • chialab-admin
  • chialab-developers