@lemon-fe/vite-plugin-micro-frontend 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -130,7 +130,8 @@ type VitePlugin = Plugin;
130
130
 
131
131
  /**
132
132
  * HTML 转换插件 - 移除开发环境下的 React Refresh 脚本
133
- * 在微前端场景下,子应用不需要自己的 refresh 脚本
133
+ * 在微前端场景下,子应用不需要自己的 refresh 脚本(当嵌入主应用运行时)
134
+ * 但在独立开发时,需要保留 HMR 以获得更好的开发体验
134
135
  */
135
136
  declare function htmlRemoveFreshPlugin(): VitePlugin;
136
137