diff --git a/webpack.config.js b/webpack.config.js index d92dcf7..57b91a8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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