We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, I am using your project with jsdelivr by using this url:
https://cdn.jsdelivr.net/npm/[email protected]/dist/index.js
The problem is that the file is not minimized, and it would be cool to have a niminized version so we can simply import it in our files.
The text was updated successfully, but these errors were encountered:
jsDelivr can minify any file on the fly if you add min to the filename. e.g. https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js
Sorry, something went wrong.
This is just fantastic! Thanks for pointing this out.
(You may want to add a note in the readme?)
No branches or pull requests
Hi there,
I am using your project with jsdelivr by using this url:
https://cdn.jsdelivr.net/npm/[email protected]/dist/index.js
The problem is that the file is not minimized, and it would be cool to have a niminized version so we can simply import it in our files.
The text was updated successfully, but these errors were encountered: