Skip to content

Commit 08a83a6

Browse files
docs: fix changelog (#2877)
1 parent 910133d commit 08a83a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ Previously `disableHostCheck` and `allowedHosts`
9696
module.exports = {
9797
// ...
9898
devServer: {
99-
dev: {
100-
// Can be
101-
// firewall: ['192.168.0.1', 'domain.com']
102-
firewall: false,
103-
},
99+
// Can be
100+
// firewall: ['192.168.0.1', 'domain.com']
101+
firewall: false,
104102
},
105103
};
106104
```

0 commit comments

Comments
 (0)