Skip to content

Commit

Permalink
Revert "fix: setting HMR port (close: #582) (#586)"
Browse files Browse the repository at this point in the history
- Revert is because there is a better solution at #590

This reverts commit 64bb80d.
  • Loading branch information
ulivz committed Jun 17, 2018
1 parent 15235b4 commit c5afc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = async function dev (sourceDir, cliOptions = {}) {
host,
dev: { logLevel: 'warn' },
hot: {
port: parseInt(port) + 1,
port: port + 1,
logLevel: 'error'
},
logLevel: 'error',
Expand Down

0 comments on commit c5afc1b

Please sign in to comment.