Skip to content

Commit 5f37835

Browse files
committed
docs: add support vite dev mode description
1 parent 4e6aa5c commit 5f37835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Github CI 构建,非工程必备:
169169

170170
## 开发模式
171171

172-
因为 Vite 在 development 模式下是基于 esbuild,所以我们单独提供了对 development 模式的支持,可以在远程模块部署的情况下,利用 Vite 的高性能开发能力。
172+
因为 Vite 在 development 模式下是基于 esbuild,所以我们单独提供了对 development 模式的支持,可以在远程模块部署的情况下,利用 Vite 的高性能开发能力。但是需要注意只有Host支持dev模式,Remote暂时只支持build模式
173173

174174

175175

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Github CI build, not engineering required:
167167

168168
## Development mode
169169

170-
Since Vite is esbuild-based in development mode, we provide separate support for the development mode to leverage Vite’s high-performance development capabilities in the case of remote module deployment.
170+
Since Vite is esbuild-based in development mode, we provide separate support for the development mode to leverage Vite’s high-performance development capabilities in the case of remote module deployment. And note that only Host supports the dev mode and Remote supports only build mode
171171

172172
### FAQ
173173

0 commit comments

Comments
 (0)