Open
Description
It would be better to import the required files from elasticsearch.js
rather than utilizing the fs
module to read them from disk. Client-side environments do not have access to the fs
module, and all the code can be accessed with an import
or require
statement instead, which would allow this library to run on client and server environments.
Metadata
Metadata
Assignees
Labels
No labels