mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
Refactored adapters loader; (#5277)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+2
-2
@@ -104,7 +104,7 @@
|
||||
"url-search-params": "^0.10.0"
|
||||
},
|
||||
"browser": {
|
||||
"./lib/adapters/http.js": "./lib/adapters/xhr.js",
|
||||
"./lib/adapters/http.js": "./lib/helpers/null.js",
|
||||
"./lib/platform/node/index.js": "./lib/platform/browser/index.js"
|
||||
},
|
||||
"jsdelivr": "dist/axios.min.js",
|
||||
@@ -138,4 +138,4 @@
|
||||
"Daniel Lopretto (https://github.com/timemachine3030)"
|
||||
],
|
||||
"sideEffects": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user