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
chai.min.js
It seems that chai.min.js is no longer available for version 5.0.3: https://cdnjs.com/libraries/chai/5.0.3
chai is ESM-only since version 5.0.0, so it could be due to that, although chai.min.js is available in 5.0.0: https://cdnjs.com/libraries/chai/5.0.0
The text was updated successfully, but these errors were encountered:
@xtuc looks like we're failing to generate the minified version here: https://github.com/cdnjs/logs/blob/prod/packages/c/chai/5.0.3/processing.log
I suspect this would get fixed as part of cdnjs/tools#250, switching to a modern version of Terser that understands newer JS syntax.
Sorry, something went wrong.
No branches or pull requests
It seems that
chai.min.js
is no longer available for version 5.0.3:https://cdnjs.com/libraries/chai/5.0.3
chai is ESM-only since version 5.0.0, so it could be due to that, although
chai.min.js
is available in 5.0.0:https://cdnjs.com/libraries/chai/5.0.0
The text was updated successfully, but these errors were encountered: