Skip to content

Commit b1fca00

Browse files
committed
HOT-FIX: build targetVersion
1 parent ea3a35d commit b1fca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function build(target, targetVersion) {
104104
buildTypes ? `TYPES:true` : ``,
105105
prodOnly ? `PROD_ONLY:true` : ``,
106106
`VERSION:${pkgVersion}`,
107-
`VUE_VERSION:${version}`
107+
`VUE_VERSION:${targetVersion}`
108108
]
109109
.filter(Boolean)
110110
.join(",")

0 commit comments

Comments
 (0)