We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d588a69 commit c1243bfCopy full SHA for c1243bf
package.json
@@ -36,7 +36,7 @@
36
"url": "https://github.com/mascii/vue-yup-form.git"
37
},
38
"scripts": {
39
- "build": "tsup src/index.ts src/yup.ts --external './yup' --format cjs,esm --dts --clean",
+ "build": "tsup src/index.ts src/yup.ts --external './yup' --format cjs,esm --dts --target es2017 --clean",
40
"format": "prettier ./{src,__tests__}/ --write",
41
"test": "nr test:vue3 && nr test:vue2 && vue-demi-switch 3",
42
"test:vue2": "vue-demi-switch 2.7 vue2 && vitest run --config ./config/vitest.ts --coverage",
0 commit comments