diff --git a/lib/builder/webpack/client.js b/lib/builder/webpack/client.js index 87b581f8fd..82f2971fcc 100644 --- a/lib/builder/webpack/client.js +++ b/lib/builder/webpack/client.js @@ -51,9 +51,8 @@ export default class WebpackClientConfig extends WebpackBaseConfig { ) if (this.options.dev) { - plugins.push(new webpack.HotModuleReplacementPlugin({ - multiStep: true - })) + // TODO: webpackHotUpdate is not defined: https://github.com/webpack/webpack/issues/6693 + plugins.push(new webpack.HotModuleReplacementPlugin()) } // Chunks size limit