Skip to content

Commit

Permalink
chore: use auto port in webpack (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jul 18, 2022
1 parent e4617c1 commit e881956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dev-scripts/config/webpackDevServer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

module.exports = () => {
return {
port: 3000,
port: 'auto',
hot: true,
static: ['./test'],
watchFiles: {
Expand Down

0 comments on commit e881956

Please sign in to comment.