Skip to content

Commit

Permalink
Fix for sockjs console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Servidio committed Mar 27, 2020
1 parent be741bf commit 205bb53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 205bb53

Please sign in to comment.