algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

Home Page:https://www.algolia.com/doc/api-client/javascript/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

```algoliasearch/lite``` must target ```algoliasearch-lite.esm.browser``` but currently it is target ```algoliasearch.cjs.js```

vishalmishra090 opened this issue · comments

```algoliasearch/lite``` must target ```algoliasearch-lite.esm.browser``` but currently it is target ```algoliasearch.cjs.js```

due to this in cloudflare worker we get error No matching export in "node-modules-polyfills:crypto" for import "createHmac"

Closing this issue with respect to #1381