Package Exports
- @farmfe/runtime-plugin-hmr
- @farmfe/runtime-plugin-hmr/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@farmfe/runtime-plugin-hmr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Note
Runtime HMR Plugin for Rust Web Build Tool Farm.
Farm is compatible with Vite. The Farm HMR client's API and implementation is similar to Vite's. see License.
- Farm's HMR client is compatible with Vite, see https://vitejs.dev/guide/api-hmr.html.
- And it's inspired by both Vite and esm-hmr, see https://github.com/FredKSchott/esm-hmr