build(custom): 增加错误上报监控
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user