You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path at which to connect to the reloading socket.
1092
+
1093
+
__webpack.config.js__
1094
+
1095
+
```javascript
1096
+
module.exports= {
1097
+
//...
1098
+
devServer: {
1099
+
sockPath:'/socket',
1100
+
}
1101
+
};
1102
+
```
1103
+
1104
+
1087
1105
## `devServer.staticOptions`
1088
1106
1089
1107
It is possible to configure advanced options for serving static files from `contentBase`. See the [Express documentation](http://expressjs.com/en/4x/api.html#express.static) for the possible options.
0 commit comments