Skip to content

Commit

Permalink
chore(headless): add commerce entry to quantic use case mappings (#4678)
Browse files Browse the repository at this point in the history
Adding the current browser commerce headless distribution as a static
resource in Salesforce is not compatible with the LWC environment.

To enable Coveo Headless Commerce in Salesforce, a commerce use case
needs to be added to the quanticUseCaseEntries to support this
functionality effectively.

#4677 

https://coveord.atlassian.net/browse/KIT-3741
  • Loading branch information
jfallaire authored Nov 29, 2024
1 parent c80badf commit c808927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/headless/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const quanticUseCaseEntries = {
recommendation: 'src/recommendation.index.ts',
'case-assist': 'src/case-assist.index.ts',
insight: 'src/insight.index.ts',
commerce: 'src/commerce.index.ts',
};

function getUmdGlobalName(useCase) {
Expand Down

0 comments on commit c808927

Please sign in to comment.