提交 c5afc1bd 编写于 作者: U ULIVZ

Revert "fix: setting HMR port (close: #582) (#586)"

- Revert is because there is a better solution at #590

This reverts commit 64bb80d9.
上级 15235b4d
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册