Skip to content

Commit

Permalink
add headless ssr import path to atomic dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrajamanickam-coveo committed Jul 26, 2023
1 parent d268ef8 commit 19c4196
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/atomic/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ export const config: Config = {
isDevWatch &&
alias({
entries: [
{
find: '@coveo/headless/ssr',
replacement: path.resolve(
__dirname,
'./src/external-builds/ssr/headless.esm.js'
),
},
{
find: '@coveo/headless/case-assist',
replacement: path.resolve(
Expand Down

0 comments on commit 19c4196

Please sign in to comment.