Add redux-logger.

This automatically logs state changes (in a readable form) to the js
console. We'll probably want to turn this off in production to cut down
on log noise.
This commit is contained in:
Dan Albert
2022-03-04 00:09:34 -08:00
parent a710ce5e1b
commit fef123c2d4
3 changed files with 51 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
"react-esri-leaflet": "^1.3.1",
"react-leaflet": "^3.2.5",
"react-redux": "^7.2.6",
"redux-logger": "^3.0.6",
"typescript": "~4.1.5"
},
"scripts": {
@@ -51,6 +52,7 @@
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/axios": "^0.14.0",
"@types/leaflet": "^1.7.9",
"@types/redux-logger": "^3.0.9",
"@types/websocket": "^1.0.5",
"electron": "^17.1.0",
"electron-is-dev": "^2.0.0",