Skip to content

Commit 5edafc0

Browse files
defeadNataliaTepluhina
authored andcommitted
line 477 according to english version (#5081)
'@vue/babel-preset-env' to '@vue/babel-preset-app'
1 parent b5dedc1 commit 5edafc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/browser-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
### 构建库或是 Web Component 时的 Polyfills
4646

47-
当使用 Vue CLI 来[构建一个库或是 Web Component](./build-targets.md) 时,推荐给 `@vue/babel-preset-env` 传入 `useBuiltIns: false` 选项。这能够确保你的库或是组件不包含不必要的 polyfills。通常来说,打包 polyfills 应当是最终使用你的库的应用的责任。
47+
当使用 Vue CLI 来[构建一个库或是 Web Component](./build-targets.md) 时,推荐给 `@vue/babel-preset-app` 传入 `useBuiltIns: false` 选项。这能够确保你的库或是组件不包含不必要的 polyfills。通常来说,打包 polyfills 应当是最终使用你的库的应用的责任。
4848

4949
## 现代模式
5050

0 commit comments

Comments
 (0)