File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -1192,6 +1192,23 @@ module.exports = {
1192
1192
};
1193
1193
```
1194
1194
1195
+ ## ` devServer.sockPort `
1196
+
1197
+ ` number ` ` string `
1198
+
1199
+ Tells ` devServer ` to use provided socket port.
1200
+
1201
+ __ webpack.config.js__
1202
+
1203
+ ``` javascript
1204
+ module .exports = {
1205
+ // ...
1206
+ devServer: {
1207
+ sockPort: 8080
1208
+ }
1209
+ };
1210
+ ```
1211
+
1195
1212
1196
1213
## ` devServer.staticOptions `
1197
1214
@@ -1353,20 +1370,3 @@ module.exports = {
1353
1370
}
1354
1371
};
1355
1372
```
1356
-
1357
- ## ` devServer.sockPort `
1358
-
1359
- ` number ` ` string `
1360
-
1361
- Tells ` devServer ` to use provided socket port.
1362
-
1363
- __ webpack.config.js__
1364
-
1365
- ``` javascript
1366
- module .exports = {
1367
- // ...
1368
- devServer: {
1369
- sockPort: 8080
1370
- }
1371
- };
1372
- ```
You can’t perform that action at this time.
0 commit comments