[Vuejs]-Vuejs Console Errors after changing hostname in config

0👍

You will have to change the devServer.public setting to inform webpack that you want to use that host name for HMR look ups. https://forum.vuejs.org/t/vuejs-console-errors-after-changing-host-name/39997/2

👤MRC

Leave a comment