Skip to content

Commit 5026385

Browse files
committed
removes console log proxy config
1 parent d733972 commit 5026385

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-ssr",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"repository": "https://github.com/leanjscom/react-scripts-ssr",
55
"license": "MIT",
66
"engines": {

scripts/proxy.js

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ const proxy = httpProxy.createProxyServer({
6262
...customHttpProxyConfig.proxy
6363
});
6464

65-
console.log("customHttpProxyConfig", customHttpProxyConfig);
66-
console.log("customHttpProxyConfig", customHttpProxyConfig);
6765
var server = http.createServer((req, res) => {
6866
try {
6967
const host = req.headers.host.split(":")[0];

0 commit comments

Comments
 (0)