Skip to content

Commit c1243bf

Browse files
committed
chore: explicit build target version
1 parent d588a69 commit c1243bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/mascii/vue-yup-form.git"
3737
},
3838
"scripts": {
39-
"build": "tsup src/index.ts src/yup.ts --external './yup' --format cjs,esm --dts --clean",
39+
"build": "tsup src/index.ts src/yup.ts --external './yup' --format cjs,esm --dts --target es2017 --clean",
4040
"format": "prettier ./{src,__tests__}/ --write",
4141
"test": "nr test:vue3 && nr test:vue2 && vue-demi-switch 3",
4242
"test:vue2": "vue-demi-switch 2.7 vue2 && vitest run --config ./config/vitest.ts --coverage",

0 commit comments

Comments
 (0)