feat(fe/log_error): add error reporter

This commit is contained in:
hexxa 2021-12-27 21:54:16 +08:00 committed by Hexxa
parent 46e40d1831
commit 3cb711b37e
7 changed files with 107 additions and 15 deletions

View file

@ -19,6 +19,7 @@
"@types/assert": "^1.4.2",
"@types/deep-diff": "^1.0.0",
"@types/jest": "^27.0.1",
"@types/object-hash": "^2.2.1",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"deep-diff": "^1.0.2",
@ -52,6 +53,7 @@
"css-loader": "^5.0.0",
"filesize": "^6.1.0",
"immutable": "^4.0.0-rc.12",
"object-hash": "^2.2.0",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",