Wrong plugin published for esm.min.js version of resize plugin #4487
Unanswered
ole-treichel
asked this question in
5. Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering why my "x-resize" directives where not doing anything, until I noticed that the code of the resize plugin's "module.esm.min.js" file is the wrong plugin's code:
https://unpkg.com/@alpinejs/[email protected]/dist/module.esm.min.js
https://cdn.jsdelivr.net/npm/@alpinejs/[email protected]/dist/module.esm.min.js
The script in both cases begins with
function c(e){e.directive("intersect",
.Interestingly enough, the other scripts do seem to be the "resize" plugin when browsing via unpkg / cdnjs.
Beta Was this translation helpful? Give feedback.
All reactions