File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -700,6 +700,8 @@ Ready to use right out of the box.
700700
701701Vite 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
Original file line number Diff line number Diff line change @@ -698,6 +698,8 @@ export default {
698698
699699Vite 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
You can’t perform that action at this time.
0 commit comments