fix(webpack): update hmr option for `extract-css-chunks-webpack-plugin` (#8951)

closes #5390
This commit is contained in:
Daniel Roe 2021-03-08 11:15:47 +00:00 committed by GitHub
parent c610d95507
commit 7841bd0614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}
}