You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new module pattern doesn't work for AMD.
To be honest, I don't know how it's supposed to work. It looks a lot more complicated than a regular UMD pattern.
And I guess you would have to call factory rather like this: define(['lazysizes', '../fix-ios-sizes/fix-ios-sizes'], factory);
... if I'm not mistaken?
The new module pattern doesn't work for AMD.
To be honest, I don't know how it's supposed to work. It looks a lot more complicated than a regular UMD pattern.
However, it seems like
can't work. I'm working with requirejs optimizer and there you'd need to test for something like
In IE11 I get the error Unable to get property 'aC' of undefined or null reference
The text was updated successfully, but these errors were encountered: