We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d733972 commit 5026385Copy full SHA for 5026385
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-scripts-ssr",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"repository": "https://github.com/leanjscom/react-scripts-ssr",
5
"license": "MIT",
6
"engines": {
scripts/proxy.js
@@ -62,8 +62,6 @@ const proxy = httpProxy.createProxyServer({
62
...customHttpProxyConfig.proxy
63
});
64
65
-console.log("customHttpProxyConfig", customHttpProxyConfig);
66
67
var server = http.createServer((req, res) => {
68
try {
69
const host = req.headers.host.split(":")[0];
0 commit comments