Skip to content

Commit df751c6

Browse files
committed
Update parcel html
1 parent cd86676 commit df751c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playgrounds/html/public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<script src="../../../src/index.js"></script>
2121
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script>
2222
<script>
23+
// This is due to parcel not accepting globals on html files.
24+
instantMeiliSearch = instantMeiliSearch.instantMeiliSearch
2325
const search = instantsearch({
2426
indexName: "steam-video-games",
2527
searchClient: instantMeiliSearch(

0 commit comments

Comments
 (0)