- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Bug: error during build phase #778
Comments
Hey @ilteoood can you provide a reproducible example? |
@arthurfiorette Sorry for making you wait, I had a busy week. |
I'm not sure how I'd be able to resolve this issue. Since axios introduced axios/axios#5196, it now ships two different typings, one for cjs and other for esm. This is breaking any library that uses the opposite typing. The issue breaks down to when both axios's esm and cjs typings are compared:
Maybe Any help is appreciated. |
What happened?
Upgrading from v1.4.1 to v1.5.1, the following error is thrown during the build phase:
This is my tsconfig
axios-cache-interceptor version
1.5.1
Node / Browser Version
20.10.0
Axios Version
1.6.5
What storage is being used
Memory Storage
Relevant debugging log output
The text was updated successfully, but these errors were encountered: