@chialab/wds-plugin-hmr
v0.19.0
Published
Enable ES modules and CSS hot module replacement for the web dev server.
Downloads
132
Readme
Install
npm i @chialab/wds-plugin-hmr -Dyarn add @chialab/wds-plugin-hmr -DUsage
import { hmrPlugin } from '@chialab/wds-plugin-hmr';
import { startDevServer } from '@web/dev-server';
await startDevServer({
plugins: [hmrPlugin()],
});License
Wds Plugin Hmr CSS is released under the MIT license.
