We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beadad5 commit c644b00Copy full SHA for c644b00
README.md
@@ -90,7 +90,7 @@ module.exports = {
90
// both options are optional
91
filename: "[name].css",
92
chunkFilename: "[id].css",
93
- hot: true, // optional as the plugin cannot automatically detect if you are using HOT, not for production use
+ hot: true, // if you want HMR - we try to automatically inject hot reloading but if it's not working, add it to the config
94
orderWarning: true, // Disable to remove warnings about conflicting order between imports
95
reloadAll: true, // when desperation kicks in - this is a brute force HMR flag
96
cssModules: true // if you use cssModules, this can help.
0 commit comments