redux-devtools-log-monitor

v2.1.0
The default tree view monitor for Redux DevTools
redux devtools flux react hot reloading time travel live edit

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline

clean

rimraf lib

lint

eslint . --ext .ts,.tsx

lint:fix

eslint . --ext .ts,.tsx --fix

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

preversion

npm run type-check && npm run lint

prepublishOnly

npm run clean && npm run build
npm i redux-devtools-log-monitor

Metadata

  • MIT
  • Whatever
  • Dan Abramov
  • released 9/7/2020

Downloads