mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix(webpack): extract css breaks hmr and source-maps (#5906)
This commit is contained in:
parent
2a2bf9b93d
commit
3d80ef472e
@ -88,7 +88,9 @@ export default class StyleLoader {
|
||||
loader: ExtractCssChunksPlugin.loader,
|
||||
options: {
|
||||
// TODO: https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/132
|
||||
reloadAll: true
|
||||
// https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/161#issuecomment-500162574
|
||||
reloadAll: true,
|
||||
hot: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user