redux-devtools-inspector

v0.14.0
Redux DevTools Diff Monitor

start

webpack-dev-server --config demo/config/webpack.config.ts

stats

webpack --profile --json > stats.json

build:demo

NODE_ENV=production webpack -p

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-inspector

Metadata

  • MIT
  • Whatever
  • Alexander
  • released 9/7/2020

Downloads