mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: multiStep broke html-webpack-plugin
This commit is contained in:
parent
c393f2881d
commit
952dfe0d4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user