1
0
Derivar 0

Added proxy to backend API and typescript errors to browser overview

Este cometimento está contido em:
hak8or 2018-03-25 04:51:49 -04:00
ascendente 494b9dae2b
cometimento bc8a603d4e
1 ficheiros modificados com 10 adições e 1 eliminações

Ver ficheiro

@ -55,8 +55,17 @@ module.exports = {
}
},
devServer: {
overlay: {
warnings: true,
errors: true
},
historyApiFallback: true,
noInfo: true
proxy: {
"/api": {
target: "https://dumbyt.hak8or.com",
changeOrigin: true
}
}
},
performance: {
hints: false