-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Generator crashes due to the error [BABEL] Note: The code generator has deoptimised the styling of asyncapi-ui.min.js as it exceeds the max of 500KB.
#1049
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Is not the cause of the failed generation, it's just a note and for me, it generates fine (with the warning) 🤔 Is it posting anything else? |
You're totally right:
This is the exact output running it locally. I gave you previously the output from a process that runs inside a Docker image and it seems that these warnings may affect to the crash but from your side looks perfect. We can close the issue, sorry for the confusion 🙏🏽 |
@jonaslagoni FYI we got an error related to the version of the html template generator. We fixed that setting the version to the compatible one (
|
Every logging so far only showed warnings, nothing that indicates what caused the crash 😅 And since you can successfully run it locally, it has to do with your CI setup I would assume 🤔 |
Describe the bug
When generating the HTML template based on the
asyncapi.yaml
specification, I've started to receive an error related to the internal js library aboutBabel
:How to Reproduce
Steps to reproduce the issue:
asyncapi.yaml
specification and generate its yamlExpected behavior
I expected a generated HTML templated based on the
asyncapi.yaml
file provided.The text was updated successfully, but these errors were encountered: