Skip to content

Commit 60d54ea

Browse files
committed
docs: wording
1 parent 8c60539 commit 60d54ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ Ready to use right out of the box.
700700

701701
Vite 4 (Rollup 3) uses ES2020 as compiler target by default, therefore Vite-4-built outputs should be transpiled in webpack 4.
702702

703+
≥ v4.5.15
704+
703705
```js
704706
// vue.config.js
705707

@@ -708,7 +710,7 @@ module.exports = {
708710
}
709711
```
710712

711-
⚠ Only for version ≤ 4.5.14:
713+
< v4.5.15
712714

713715
```js
714716
// vue.config.js

docs/README.zh-CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ export default {
698698

699699
Vite 4 (Rollup 3) 默认的编译目标为 ES2020,所以在 webpack 4 中需要对 Vite 4 打包的依赖进行转译。
700700

701+
≥ v4.5.15
702+
701703
```js
702704
// vue.config.js
703705

@@ -706,7 +708,7 @@ module.exports = {
706708
}
707709
```
708710

709-
⚠ 仅 ≤ 4.5.14 版本:
711+
< v4.5.15
710712

711713
```js
712714
// vue.config.js

0 commit comments

Comments
 (0)