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

fix react-refresh-webpack=plugin use

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-04-13 08:54:02 -04:00
parent d355a8d16a
commit 8e1a74081b

View File

@ -117,8 +117,8 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
...(
isDevelopment
? []
: [new ReactRefreshWebpackPlugin()]
? [new ReactRefreshWebpackPlugin()]
: []
),
],
};