Skip to content

Commit

Permalink
fix(bundling): enable hmr by default for Vite dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Dec 5, 2022
1 parent 32f60f1 commit 1c4e1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/src/executors/dev-server/schema.json
Expand Up @@ -46,7 +46,8 @@
},
"hmr": {
"description": "Enable hot module replacement. For more options, use the 'hmr' option in the Vite configuration file.",
"type": "boolean"
"type": "boolean",
"default": true
},
"open": {
"description": "Automatically open the app in the browser on server start. When the value is a string, it will be used as the URL's pathname.",
Expand Down

0 comments on commit 1c4e1a6

Please sign in to comment.