mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +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) {
|
if (this.options.dev) {
|
||||||
plugins.push(new webpack.HotModuleReplacementPlugin({
|
// TODO: webpackHotUpdate is not defined: https://github.com/webpack/webpack/issues/6693
|
||||||
multiStep: true
|
plugins.push(new webpack.HotModuleReplacementPlugin())
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Chunks size limit
|
// Chunks size limit
|
||||||
|
Loading…
Reference in New Issue
Block a user