Skip to content

Commit

Permalink
Webpack config bug on codespaces hot reload fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Sep 8, 2023
1 parent 0edb8f2 commit ab2c385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(process.env.GITPOD_WORKSPACE_URL){

//only for codespaces
if(process.env.CODESPACE_NAME){
publicUrl = `wss://${process.env.CODESPACE_NAME}-${port}.preview.app.github.dev/ws`;
publicUrl = `wss://${process.env.CODESPACE_NAME}-${port}.app.github.dev/ws`;
}

module.exports = merge(common, {
Expand Down

0 comments on commit ab2c385

Please sign in to comment.