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

Remove error overlay in dev mode

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-26 14:29:05 +03:00
parent 97551bb7f0
commit 0c55b8fdeb

View File

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