diff --git a/lib/config-generator.js b/lib/config-generator.js index 52aa29e5..017d0fef 100644 --- a/lib/config-generator.js +++ b/lib/config-generator.js @@ -413,10 +413,6 @@ class ConfigGenerator { const outputPath = this.webpackConfig.outputPath.replace(this.webpackConfig.getContext() + '/', ''); plugins.push(new AssetsOutputDisplayPlugin(outputPath, friendlyErrorsPlugin)); - if (this.webpackConfig.useDevServer()) { - plugins.push(new webpack.HotModuleReplacementPlugin()); - } - return plugins; }