Skip to content

Commit 07bdad1

Browse files
Update website/docs/zh/guide/advanced/json-files.mdx
Co-authored-by: Timeless0911 <[email protected]>
1 parent cc233ff commit 07bdad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/zh/guide/advanced/json-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Rslib 支持在不同的打包模式下,JSON / YAML / TOML 文件以不同的
226226

227227
### bundle
228228

229-
在 bundle 模式下(即 [`bundle: true`](/config/lib/bundle)),JSON 文件会被直接打包到 JavaScript 产物中,且没有被使到的 JSON 文件中的 key 会被 tree-shake 掉,TOML 和 YAML 文件同理。
229+
在 bundle 模式下(即 [`bundle: true`](/config/lib/bundle)),JSON 文件会被直接打包到 JavaScript 产物中, JSON 文件中没有被使用到的 key 会被 tree-shake 掉,TOML 和 YAML 文件同理。
230230

231231
### bundleless
232232

0 commit comments

Comments
 (0)