From 696f4a39d443f00c3e0a169a7719d004aa4f4a12 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" <1474479+chenhunghan@users.noreply.github.com> Date: Mon, 14 Dec 2020 21:22:41 +0800 Subject: [PATCH] transportMode from ws to sockjs for better lens-proxy support Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com> --- webpack.renderer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.renderer.ts b/webpack.renderer.ts index 30837b110c..934fc83fbb 100755 --- a/webpack.renderer.ts +++ b/webpack.renderer.ts @@ -29,6 +29,7 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura host: "localhost", firewall: false, headers: { "Access-Control-Allow-Origin": "*" }, + transportMode: "sockjs" }, name: "lens-app", mode: isProduction ? "production" : "development",