Skip to content

Commit

Permalink
removing fast refresh from dev webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjyrkia committed Mar 25, 2024
1 parent 174b083 commit 91bc942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const merge = require('webpack-merge');
const webpackCommon = require('./webpack.common');
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin');

const PORT = process.env.PORT || 5000;

Expand All @@ -13,5 +12,4 @@ module.exports = merge.smart(webpackCommon, {
hmr: true,
},
},
plugins: [new ReactRefreshWebpackPlugin()],
});

0 comments on commit 91bc942

Please sign in to comment.