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 08fc877 commit f7ff721Copy full SHA for f7ff721
packages/algoliasearch/lite.js
@@ -0,0 +1,2 @@
1
+// eslint-disable-next-line import/no-commonjs,import/extensions
2
+module.exports = require('./lite/index.js');
packages/algoliasearch/package.json
@@ -39,6 +39,7 @@
39
"unpkg": "./dist/algoliasearch.umd.js",
40
"browser": {
41
"./index.js": "./dist/algoliasearch.umd.js",
42
+ "./lite.js": "./dist/lite/lite.umd.js",
43
"./lite/index.js": "./dist/lite/lite.umd.js"
44
},
45
"types": "./index.d.ts",
@@ -47,6 +48,7 @@
47
48
"builds",
49
"lite",
50
"index.js",
51
+ "lite.js",
52
"index.d.ts"
53
],
54
"scripts": {
0 commit comments