From 205bb53dd12ddb4258cfca52e465eaf34fd44cff Mon Sep 17 00:00:00 2001 From: Mark Servidio Date: Fri, 27 Mar 2020 19:52:08 -0400 Subject: [PATCH] Fix for sockjs console errors https://github.com/webpack/webpack-dev-server/issues/416 --- frontend/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index c3d21248c..2ff77b5f8 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,6 +1,9 @@ const path = require('path'); module.exports = { + devServer: { + host: 'localhost' + }, publicPath: process.env.BUCKET_NAME ? `/${process.env.BUCKET_NAME}/` : '/', chainWebpack: config => { if (