add retry interceptor impl

This commit is contained in:
Dmitriynj
2020-12-07 01:22:59 +03:00
committed by Daniel Hutzel
parent 09dd526f22
commit b3ea0cc4f1
7 changed files with 71 additions and 48 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config ./webpack/webpack-dev-server.js",
"watch": "./node_modules/.bin/webpack -w --config ./webpack/webpack.dev.js",
"build": "./node_modules/.bin/webpack --config ./webpack/webpack.prod.js",
"build:dev": "./node_modules/.bin/webpack --config ./webpack/webpack.dev.js",
"build:prod": "./node_modules/.bin/webpack --config ./webpack/webpack.prod.js",
"lint": "./node_modules/.bin/eslint"
},
"dependencies": {