mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user