github open-wc/open-wc @open-wc/dev-server-hmr@0.1.2-next.0

latest releases: @open-wc/eslint-config@9.1.0, @open-wc/scoped-elements@2.1.4, @open-wc/building-utils@2.21.0...
pre-release2 years ago

Patch Changes

  • ca91826: Update babel dependency to use @babel/plugin-syntax-import-assertions.

  • 487d39f: Add a preset for the new lit package which will patch imports like import { LitElement } from 'lit';

    import { hmrPlugin, presets } from '@open-wc/dev-server-hmr';
    
    export default {
      plugins: [
        hmrPlugin({
          presets: [presets.lit],
        }),
      ],
    };

Don't miss a new open-wc release

NewReleases is sending notifications on new releases.