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

Merge branch 'master' into use-monaco-in-configmap-details

This commit is contained in:
Alex Andreev 2022-12-27 14:01:02 +03:00
commit 161e9d546f

View File

@ -128,7 +128,7 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
...(
isDevelopment
? [new ReactRefreshWebpackPlugin()]
? [new ReactRefreshWebpackPlugin({ overlay: false })]
: []
),
],