Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 0a08f8f

Browse files
docs: update readme
Remove comments on api, we dont automatically add HMR, its an option that needs to be enabled in the loader
1 parent da5de61 commit 0a08f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
{
8181
loader:ExtractCssChunks.loader,
8282
options: {
83-
hot: true, // if you want HMR - we try to automatically inject hot reloading but if it's not working, add it to the config
83+
hot: true, // if you want HMR
8484
reloadAll: true, // when desperation kicks in - this is a brute force HMR flag
8585
}
8686
},

0 commit comments

Comments
 (0)