mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(webpack): update hmr option for extract-css-chunks-webpack-plugin
(#8951)
closes #5390
This commit is contained in:
parent
c610d95507
commit
7841bd0614
@ -112,7 +112,7 @@ export default class StyleLoader {
|
||||
// TODO: https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/132
|
||||
// https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/161#issuecomment-500162574
|
||||
reloadAll: isDev,
|
||||
hot: isDev
|
||||
hmr: isDev
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user