Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Dec 22, 2018
1 parent 2414429 commit 9303bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
})
],
devServer: {
port: 8081
port: 8081,
disableHostCheck: true
}
};

0 comments on commit 9303bd0

Please sign in to comment.