Skip to content
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

axios 0.27.1 build even larger than 0.27.0 #4629

Closed
lorand-horvath opened this issue Apr 26, 2022 · 2 comments
Closed

axios 0.27.1 build even larger than 0.27.0 #4629

lorand-horvath opened this issue Apr 26, 2022 · 2 comments

Comments

@lorand-horvath
Copy link

Describe the bug

@jasonsaayman
The latest 0.27.1 build in the /dist folder (axios.min.js) is even larger than the previously already huge 0.27.0 version (43 kB vs 31 kB). The file size should be under 20 kB.

#4594 should have fixed the issue, but it seems there's still something similar going on with the built files in /dist to what happened with a previous release e.g. #4429

To Reproduce

npm install axios@0.27.1

Expected behavior

Proper build under 20 kB.

Environment

  • Axios Version 0.27.1
  • Node.js Version 12.22.12

Additional context/Screenshots

None.

@jasonsaayman
Copy link
Member

Found the issue thanks, I am pushing a change for this, as well as some other issues

@jasonsaayman
Copy link
Member

Please check 0.27.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants