Skip to content

Commit 6dc0952

Browse files
committed
docs(en): merging all conflicts
2 parents 63a71f9 + d9fb9f7 commit 6dc0952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/build-options.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010

1111
另一个特殊值是 “esnext” —— 即假设有原生动态导入支持,并且将会转译得尽可能小:
1212

13+
<<<<<<< HEAD
1314
- 如果 [`build.minify`](#build-minify) 选项为 `'terser'``'esnext'` 将会强制降级为 `'es2021'`
1415
- 其他情况下将完全不会执行转译。
16+
=======
17+
- If the [`build.minify`](#build-minify) option is `'terser'` and the installed Terser version is below 5.16.0, `'esnext'` will be forced down to `'es2021'`.
18+
- In other cases, it will perform no transpilation at all.
19+
>>>>>>> d9fb9f72fe0f3b8744569fef04844733c1239d57
1520
1621
转换过程将会由 esbuild 执行,并且此值应该是一个合法的 [esbuild 目标选项](https://esbuild.github.io/api/#target)。自定义目标也可以是一个 ES 版本(例如:`es2015`)、一个浏览器版本(例如:`chrome58`)或是多个目标组成的一个数组。
1722

0 commit comments

Comments
 (0)