diff --git a/package.json b/package.json index ca1c6fc..0c6721f 100644 --- a/package.json +++ b/package.json @@ -27,4 +27,4 @@ "eslint-plugin-react": "^7.26.1", "prettier": "^2.4.1" } -} +} \ No newline at end of file diff --git a/task/webpack.config.js b/task/webpack.config.js index 65449aa..cb43476 100644 --- a/task/webpack.config.js +++ b/task/webpack.config.js @@ -45,10 +45,6 @@ module.exports = (env, argv) => { }, }; - if (isProduction) { - config.plugins.push(new webpack.HotModuleReplacementPlugin()); - } - if (isProduction) { config.plugins.push( new MiniCssExtractPlugin({