Skip to content

Commit 2614317

Browse files
authored
Merge pull request #1682 from algolia/feat/MAGE-1004-bundling-support
MAGE-1004 Babel transpiler fix
2 parents aeac517 + 06e5525 commit 2614317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/js/insights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
], function ($, algoliaAnalyticsWrapper, algoliaCommon) {
77
const USE_GLOBALS = true;
88

9-
algoliaAnalytics = algoliaAnalyticsWrapper.default;
9+
const algoliaAnalytics = algoliaAnalyticsWrapper.default;
1010

1111
const algoliaInsights = {
1212
config : null,

0 commit comments

Comments
 (0)