API: Remove fetch polyfill

All browser except IE have supported this for longer than
Pleroma even exists.
This commit is contained in:
lain 2020-06-11 18:49:39 +02:00
parent 178ff1672d
commit 0c36486299
2 changed files with 1 additions and 3 deletions

View file

@ -32,8 +32,7 @@
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.6.11",
"vuelidate": "^0.7.4",
"vuex": "^3.0.1",
"whatwg-fetch": "^2.0.3"
"vuex": "^3.0.1"
},
"devDependencies": {
"karma-mocha-reporter": "^2.2.1",