We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3821dea commit a437e19Copy full SHA for a437e19
index.es6.js
@@ -2,8 +2,8 @@
2
import algoliasearchHelper from 'algoliasearch-helper';
3
import toFactory from 'to-factory';
4
5
-import InstantSearch from './dist-es6-module/lib/InstantSearch.js';
6
-import version from './dist-es6-module/lib/version.js';
+import InstantSearch from './lib/InstantSearch.js';
+import version from './lib/version.js';
7
8
// import instantsearch from 'instantsearch.js';
9
// -> provides instantsearch object without connectors and widgets
0 commit comments