Skip to content

Instantly share code, notes, and snippets.

View domeglic's full-sized avatar

Dominik Meglič domeglic

View GitHub Profile
@domeglic
domeglic / jquery-ui-magepack-anon-define-fix.patch
Created August 23, 2022 08:38
Magento 2.4.4 magepack jquery ui requirejs bugfix
Fix jquery-ui effects anonymous define error when using magepack. See https://github.com/magesuite/magepack/issues/140 for more.
@package magento/magento2-base
diff --git a/lib/web/jquery/ui-modules/effects/effect-blind.js b/lib/web/jquery/ui-modules/effects/effect-blind.js
index 3b65a4f..513a89b 100644
--- a/lib/web/jquery/ui-modules/effects/effect-blind.js
+++ b/lib/web/jquery/ui-modules/effects/effect-blind.js
@@ -19,7 +19,7 @@
if ( typeof define === "function" && define.amd ) {