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

0.18.0 • Public • Published

Wds Plugin Hmr CSS • Enable ES modules and CSS hot module replacement for the Web Dev Server.

NPM


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.

Package Sidebar

Install

npm i @chialab/wds-plugin-hmr

Weekly Downloads

67

Version

0.18.0

License

MIT

Unpacked Size

40.6 kB

Total Files

9

Last publish

Collaborators

  • chialab-admin
  • chialab-developers