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 (#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:
Alex Andreev 2022-12-27 10:40:44 +03:00 committed by GitHub
parent ce280e1d07
commit 44bc703606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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