Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN minified version incompatible with jQuery #3798

Open
rsisson opened this issue May 10, 2024 · 1 comment
Open

CDN minified version incompatible with jQuery #3798

rsisson opened this issue May 10, 2024 · 1 comment
Labels

Comments

@rsisson
Copy link

rsisson commented May 10, 2024

I am working in a legacy environment with jQuery and when I use the minified CDN version of date-fns, it overrides the $ global variable that various other scripts are expecting. The un-minified build does not have this issue, so I think it is just an issue with your build settings. You can search for $=function(N,V,w) in https://cdn.jsdelivr.net/npm/[email protected]/cdn.min.js

@kossnocorp
Copy link
Member

Thank you for reporting that! I completely missed that. I'll make sure to fix it in an upcoming release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Planning
Development

No branches or pull requests

2 participants