Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Nov 27, 2024
1 parent b794218 commit 21438eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function loadEager(doc) {
pageType = 'Product';

// initialize pdp
import('./initializers/pdp.js');
await import('./initializers/pdp.js');

// Preload PDP Dropins assets
preloadFile('/scripts/__dropins__/storefront-pdp/api.js', 'script');
Expand Down

0 comments on commit 21438eb

Please sign in to comment.