build(custom): 增加错误上报监控

This commit is contained in:
2023-11-21 18:26:45 +08:00
parent ba00cf26a6
commit 5c279bdbbd
20 changed files with 4592 additions and 11177 deletions

View File

@@ -16,7 +16,8 @@
},
"lint-staged": {
"*.{js,vue}": [
"eslint --ext .js,.vue ."
"eslint --ext .js,.vue .",
"npx prettier --write --end-of-line lf ."
]
},
"config": {
@@ -32,6 +33,8 @@
]
},
"dependencies": {
"@sentry/vite-plugin": "^2.10.1",
"@sentry/vue": "^7.80.1",
"@unocss/eslint-config": "^0.55.7",
"@vueuse/core": "^10.5.0",
"@wangeditor/editor": "^5.1.23",