UNPKG

@lynx-js/webpack-dev-transport

Version:

A webpack dev-server transport implementation for Lynx

44 lines (22 loc) 946 B
# @lynx-js/webpack-dev-transport ## 0.3.0 ### Minor Changes - Update the development transport client to use Rspack's hot update emitter directly, replace the webpack hot emitter declaration with an Rspack declaration. ([#2603](https://github.com/lynx-family/lynx-stack/pull/2603)) ## 0.2.0 ### Minor Changes - Use token-based WebSocket authentication ([#1239](https://github.com/lynx-family/lynx-stack/pull/1239)) ## 0.1.3 ### Patch Changes - Fix live-reload not working on Lynx 3.3 ([#795](https://github.com/lynx-family/lynx-stack/pull/795)) ## 0.1.2 ### Patch Changes - Export `reloadApp` module. ([#202](https://github.com/lynx-family/lynx-stack/pull/202)) ## 0.1.1 ### Patch Changes - Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30)) ## 0.1.0 ### Minor Changes - 9da942e: Add `RSPEEDY_COMPILATION_ID` to WebSocket URL. ## 0.0.2 ### Patch Changes - 228b24f: Fix using with pure Rspack.