mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove error overlay in dev mode (#6831)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ce280e1d07
commit
44bc703606
@ -128,7 +128,7 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
||||
|
||||
...(
|
||||
isDevelopment
|
||||
? [new ReactRefreshWebpackPlugin()]
|
||||
? [new ReactRefreshWebpackPlugin({ overlay: false })]
|
||||
: []
|
||||
),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user