-
Looks like this is a way to import the ES module version of @algolia's Search Lite library:
import algoliasearch from 'algoliasearch/dist/algoliasearch-lite.esm.browser.js';
But it doesn't feel really clean to have the full path to the file, is there any cleaner way? @nhoizey/1339319512022339587 -
@algolia Anyway, this helped reduce the bundle weight about 4 %! 💪