Skip to content

Commit ab2c385

Browse files
Webpack config bug on codespaces hot reload fixed
1 parent 0edb8f2 commit ab2c385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(process.env.GITPOD_WORKSPACE_URL){
1515

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

2121
module.exports = merge(common, {

0 commit comments

Comments
 (0)