redux-query

v3.3.1
A library for querying and managing network state in Redux applications
redux-query redux query fetch REST

build:commonjs

cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs --ignore test/

build:es

cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es --ignore test/

build:umd

cross-env NODE_ENV=production webpack --config webpack.config.js --bail

build:flow

cp flow-template dist/commonjs/index.js.flow && cp flow-template dist/es/index.js.flow

build

yarn clean && yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:flow

clean

rimraf dist

prebuild

yarn run lint

lint

eslint src test --fix

prepublish

yarn build

test

jest

Metadata

  • MIT
  • Whatever
  • Ryan Ashcraft
  • released 1/11/2020

Downloads