1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

transportMode from ws to sockjs for better lens-proxy support

Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
Hung-Han (Henry) Chen 2020-12-14 21:22:41 +08:00
parent 571565fd10
commit 696f4a39d4
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -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",