You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading swagger-ui-react to version 5.22.0, my Vite project fails to build due to a missing ./modern export in the @swagger-api/apidom-json-pointer package.
[plugin: vite:dep-pre-bundle] Missing "./modern" specifier in "@swagger-api/apidom-json-pointer" package
I need to git reset --hard, then yarn install ([email protected]) to recover my app bundling by vite. So I can confirm the error only occurs at [email protected]
Q&A (please complete the following information)
Describe the bug you're encountering
After upgrading
swagger-ui-react
to version5.22.0
, my Vite project fails to build due to a missing./modern
export in the@swagger-api/apidom-json-pointer
package.[plugin: vite:dep-pre-bundle] Missing "./modern" specifier in "@swagger-api/apidom-json-pointer" package
The stack trace points to:
I need to git reset --hard, then yarn install ([email protected]) to recover my app bundling by vite. So I can confirm the error only occurs at [email protected]
Additional context or thoughts
Environment:
Node.js v20.18.3
yarn install v1.22.19
[email protected]
The text was updated successfully, but these errors were encountered: