Skip to content

Commit

Permalink
fix: webpack dev server sock port
Browse files Browse the repository at this point in the history
  • Loading branch information
啸生 committed Oct 14, 2019
1 parent d14b0b8 commit 1a5062d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/af-webpack/src/dev.js
Expand Up @@ -134,6 +134,7 @@ export default function dev({
historyApiFallback: false,
overlay: false,
host: HOST,
sockPort: port,
proxy,
https: !!process.env.HTTPS,
cert: CERT,
Expand Down

0 comments on commit 1a5062d

Please sign in to comment.