react-instantsearch-core

v5.6.0
⚡ Lightning-fast search for React, by Algolia
algolia components fast instantsearch react search

build

yarn build:cjs && yarn build:es && yarn build:umd

clean

rm -rf dist

watch

yarn build:cjs --watch

release

yarn clean && yarn build && yarn publish --non-interactive

build:es

BABEL_ENV=es babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet

build:cjs

babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet

build:umd

BABEL_ENV=rollup rollup -c rollup.config.js

release:beta

yarn clean && yarn build && yarn publish --tag beta --non-interactive

Metadata

  • MIT
  • Whatever
  • Algolia, Inc.
  • released 5/15/2019

Downloads