Skip to content

Commit

Permalink
Merge pull request #1682 from algolia/feat/MAGE-1004-bundling-support
Browse files Browse the repository at this point in the history
MAGE-1004 Babel transpiler fix
  • Loading branch information
cammonro authored Jan 21, 2025
2 parents aeac517 + 06e5525 commit 2614317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/insights.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
], function ($, algoliaAnalyticsWrapper, algoliaCommon) {
const USE_GLOBALS = true;

algoliaAnalytics = algoliaAnalyticsWrapper.default;
const algoliaAnalytics = algoliaAnalyticsWrapper.default;

const algoliaInsights = {
config : null,
Expand Down

0 comments on commit 2614317

Please sign in to comment.