Skip to content

Commit fa5774d

Browse files
committed
Small changes that regards enabling emitCss and hotReload
1 parent 1ff2a35 commit fa5774d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ module.exports = {
167167
dev: true,
168168

169169
// NOTE emitCss: true is currently not supported with HMR
170+
// It's recommended to only enable it for dev mode
170171
emitCss: false,
171-
// Enable HMR
172+
// Enable HMR only for dev mode
172173
hotReload: true, // Default: false
173174
// Extra HMR options
174175
hotOptions: {

0 commit comments

Comments
 (0)