diff --git a/lib/builder/webpack/client.js b/lib/builder/webpack/client.js index f5fd39a682..87b581f8fd 100644 --- a/lib/builder/webpack/client.js +++ b/lib/builder/webpack/client.js @@ -51,7 +51,9 @@ export default class WebpackClientConfig extends WebpackBaseConfig { ) if (this.options.dev) { - plugins.push(new webpack.HotModuleReplacementPlugin()) + plugins.push(new webpack.HotModuleReplacementPlugin({ + multiStep: true + })) } // Chunks size limit