mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 22:51:02 +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,
|
loader: ExtractCssChunksPlugin.loader,
|
||||||
options: {
|
options: {
|
||||||
// TODO: https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/132
|
// 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