-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Updating 4.13.0 -> 4.13.1 causes "Module not found: Error: Can't resolve 'util'" when building #8136
Comments
Additional problem with 4.13.1 is that logical nullish assignment (??=) is no longer transformed by babel which disqualifies testing SwaggerUI in Node.js@14. |
Fixes provided in #8137 |
List of regressions fixed in this commit: 1. need to polyfill util module 2. always transform logical nullish assignment with babel Refs #8136
Regression with Regression with logical nullish assignment fixed by always using transformation provided by |
Thank you for the quick fix - I'll report back tomorrow when dependabot updates again. |
@AuroraLS3 your CI is green on 4.13.2 - plan-player-analytics/Plan#2529 |
Yep indeed it is, thanks! |
Q&A (please complete the following information)
Content & configuration
Swagger-UI configuration options:
Describe the bug you're encountering
Build is failing if swagger is updated by dependabot plan-player-analytics/Plan#2527 (builds using 4.13.0 successful)
To reproduce...
Steps to reproduce the behavior: (speculative)
Expected behavior
No errors during npm build
Additional context or thoughts
The text was updated successfully, but these errors were encountered: