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:
commit
161e9d546f
@ -128,7 +128,7 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
|||||||
|
|
||||||
...(
|
...(
|
||||||
isDevelopment
|
isDevelopment
|
||||||
? [new ReactRefreshWebpackPlugin()]
|
? [new ReactRefreshWebpackPlugin({ overlay: false })]
|
||||||
: []
|
: []
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user