react-instantsearch-hooks-web

v6.33.0
⚡ Lightning-fast search for React, by Algolia
algolia components fast instantsearch react search

clean

rm -rf dist

watch

yarn build:cjs --watch

build

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

build:cjs

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

build:es

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

build:umd

BABEL_ENV=rollup rollup -c rollup.config.js

build:types

tsc -p ./tsconfig.declaration.json --outDir ./dist/es

Metadata

  • MIT
  • Whatever
  • Algolia, Inc.
  • released 9/15/2022

Downloads