Skip to content

Commit

Permalink
Remove ReactRefreshWebpackPlugin() from webStoriesBlockView
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Jun 12, 2024
1 parent 9ac7bb0 commit abae778
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ const webStoriesBlockView = {
...sharedConfig.plugins.filter(
(plugin) => !(plugin instanceof DependencyExtractionWebpackPlugin)
),
// React Fast Refresh.
!isProduction && new ReactRefreshWebpackPlugin(),
new WebpackBar({
name: 'Web Stories Block View',
color: '#a9db14',
Expand Down

0 comments on commit abae778

Please sign in to comment.