增加vite配置文件
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "id": "vcode-input", | ||
| "name": "验证码输入框", | ||
| "version": "2.0", | ||
| "description": "验证码输入框,密码输入框", | ||
| "keywords": [ | ||
| "验证码输入框", | ||
| "支付密码输入框" | ||
| ], | ||
| "displayName": "验证码输入框", | ||
| "dcloudext": { | ||
| "category": [ | ||
| "前端组件", | ||
| "通用组件" | ||
| ] | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/uni-ui": "^1.5.11", | ||
| "@uqrcode/js": "^4.0.7", | ||
| ... | ... | @@ -29,7 +14,6 @@ |
| "qrcode": "^1.5.4", | ||
| "qrcodejs2": "^0.0.2", | ||
| "uqrcodejs": "^4.0.7", | ||
| "vite-plugin-top-level-await": "^1.6.0", | ||
| "weixin-js-sdk": "^1.6.5" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
vite.config.js
0 → 100644
Please
register
or
sign in
to comment