Skip to content

Commit

Permalink
[MWPW-157556] Eagerly import lit from merch-card block (adobecom#2809)
Browse files Browse the repository at this point in the history
Eagerly import lit from merch-card block
  • Loading branch information
seanchoi-dev authored Sep 2, 2024
1 parent 76a1344 commit fc58707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { getConfig, createTag, loadStyle } from '../../utils/utils.js';
import { getMetadata } from '../section-metadata/section-metadata.js';
import { processTrackingLabels } from '../../martech/attributes.js';
import '../../deps/mas/merch-card.js';
import '../../deps/lit-all.min.js';

const TAG_PATTERN = /^[a-zA-Z0-9_-]+:[a-zA-Z0-9_-]+\/[a-zA-Z0-9_-].*$/;

Expand Down

0 comments on commit fc58707

Please sign in to comment.