2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Felipe Martins 097948698a Revert "Update Webpack + deps, remove now unnecessary polyfills" (#2479)
* Revert "Update Webpack + deps, remove now unnecessary polyfills (#2410)"

This reverts commit 189b34c45a.

* Fix build (#2496)

* Change syntax to see if build passes

* Test commit

* Test with node 10

* Test adding all browsers in travis

* remove other browsers when running on travis
2019-10-25 11:34:47 -03:00
Avindra Goolcharan 189b34c45a Update Webpack + deps, remove now unnecessary polyfills (#2410)
* Update deps

 * handles webpack 1 -> 4 migration

* remove promise helpers from dev files

assume `Promise` is available, or polyfilled by
the consumer

* Remove isArray util. `isArray` has good coverage, even
   in IE9. So lets remove the custom polyfill.

 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray

also resolves a few lint issues

* Remove trim util

String.protoype.trim has good coverage (including IE9)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim

Also, the http adapter already uses the native method.
2019-10-21 15:56:29 -03:00
Nick Uraltsev 81e566b905 Fixing UMD build 2016-10-14 23:24:59 -07:00
Matt Zabriskie 4d2f9c21d4 Gettings tests passing for IE9 2016-03-09 16:17:10 -07:00
Jorik Tangelder 025620a895 Don't include a process shim in the build 2015-10-26 10:39:33 +01:00
mzabriskie 2abe8eb04e Converting to UMD 2015-08-10 19:00:27 -06:00
mzabriskie 5ab9c2f05e Stupid typo 2015-03-18 19:39:27 -06:00
mzabriskie dd2aa791e6 Cleanup 2015-03-13 17:08:22 -06:00
mzabriskie 7b05902b3c Moving webpack config to it's own file 2015-01-23 01:29:05 -07:00