Skip to content

Commit 45b5119

Browse files
authored
fix: build errors causing import (#464)
* fix: remove ts to fix build imports * chore: changeset
1 parent 9b1351a commit 45b5119

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/four-forks-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@elasticpath/catalog-search-instantsearch-adapter": patch
3+
---
4+
5+
Bug fix in build to fix imports
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "./CatalogSearchInstantSearchAdapter.ts"
1+
export { default } from "./CatalogSearchInstantSearchAdapter"

0 commit comments

Comments
 (0)