2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Removed import of url module in browser build due to significant size overhead; (#4594)

Removed pointless `Malformed URL` checking in  client build;
This commit is contained in:
Dmitriy Mozgovoy
2022-04-26 10:08:49 +03:00
committed by GitHub
parent cdd7add9b0
commit 4f7e3e3a7a
6 changed files with 849 additions and 717 deletions
+1
View File
@@ -78,6 +78,7 @@
"unpkg": "dist/axios.min.js",
"typings": "./index.d.ts",
"dependencies": {
"eslint-g": "^1.3.4",
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0"
},