diff --git a/guide/dependency-pre-bundling.md b/guide/dependency-pre-bundling.md index abcc930..bf7aed5 100644 --- a/guide/dependency-pre-bundling.md +++ b/guide/dependency-pre-bundling.md @@ -8,7 +8,7 @@ Pre-Bundling is a feature of [vite-plugin-electron-renderer](https://github.com/
中文 -

一般情况下。 Vite 的预构建会将所有第三方模块构建成 Web 格式,但它无法完全使用于 Electrn 渲染进程,尤其是 C/C++ 扩展。 为此 vite-plugin-electron-renderer 提供了适配 Electron 渲染进程的预构建

+

一般情况下。 Vite 的预构建会将所有第三方模块构建成 Web 格式,但它无法完全使用于 Electron 渲染进程,尤其是 C/C++ 扩展。 为此 vite-plugin-electron-renderer 提供了适配 Electron 渲染进程的预构建

Pre-Bundling 是 vite-plugin-electron-renderer 功能,即只在构建渲染进程时工作。