try to use lightweight unfetch instead of heavy axious

This commit is contained in:
igoradamenko
2018-03-10 19:38:58 +03:00
parent e3601629c8
commit b020ef22a0
4 changed files with 30 additions and 38 deletions
+2 -1
View File
@@ -34,6 +34,7 @@
"babel-polyfill": "^6.23.0",
"bem-react-helper": "^1.1.2",
"preact": "^8.2.7",
"promise-polyfill": "^7.0.0"
"promise-polyfill": "^7.0.0",
"unfetch": "^3.0.0"
}
}