Skip to content

Commit c644b00

Browse files
docs(readme): Tone of Voice clairification on what hot:true does (faceyspacey#113)
1 parent beadad5 commit c644b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module.exports = {
9090
// both options are optional
9191
filename: "[name].css",
9292
chunkFilename: "[id].css",
93-
hot: true, // optional as the plugin cannot automatically detect if you are using HOT, not for production use
93+
hot: true, // if you want HMR - we try to automatically inject hot reloading but if it's not working, add it to the config
9494
orderWarning: true, // Disable to remove warnings about conflicting order between imports
9595
reloadAll: true, // when desperation kicks in - this is a brute force HMR flag
9696
cssModules: true // if you use cssModules, this can help.

0 commit comments

Comments
 (0)