diff --git a/webpack.config.js b/webpack.config.js index 1d2e6ad..ac24d45 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -40,7 +40,6 @@ module.exports = { }, mode, plugins: [ - !prod && new webpack.HotModuleReplacementPlugin(), new MiniCssExtractPlugin({ filename: '[name].css' })