We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc79fee commit 91cf546Copy full SHA for 91cf546
README.md
@@ -117,7 +117,7 @@ or
117
webpackDevMiddleware(compiler, {
118
headers: [
119
{
120
- key: "X-custom-header"
+ key: "X-custom-header",
121
value: "foo"
122
},
123
@@ -135,7 +135,7 @@ or
135
136
headers: () => [
137
138
139
140
141
0 commit comments