Skip to content

Commit

Permalink
fix react-refresh-webpack=plugin use
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Apr 13, 2022
1 parent d355a8d commit 8e1a740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura

...(
isDevelopment
? []
: [new ReactRefreshWebpackPlugin()]
? [new ReactRefreshWebpackPlugin()]
: []
),
],
};
Expand Down

0 comments on commit 8e1a740

Please sign in to comment.