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:
parent
d355a8d16a
commit
8e1a74081b
@ -117,8 +117,8 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
||||
|
||||
...(
|
||||
isDevelopment
|
||||
? []
|
||||
: [new ReactRefreshWebpackPlugin()]
|
||||
? [new ReactRefreshWebpackPlugin()]
|
||||
: []
|
||||
),
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user