diff options
author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-19 16:50:19 -0400 |
---|---|---|
committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-19 16:50:19 -0400 |
commit | 7f65273917913d9e71fe73da66131888fb8d1020 (patch) | |
tree | 63da9ce79cc72752840c78a8ff6fae2f313ca1df /webpack.config.js | |
parent | f2fa6d6d28f2011a13f9034f5685b08301c291e4 (diff) | |
parent | 9eff1894078c0cbf5592646acb5e20e5761fc167 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into editableSchema
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index ff03181c9..5ba9dd4b5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -77,7 +77,7 @@ module.exports = { compress: false, host: "localhost", contentBase: path.join(__dirname, 'deploy'), - port: 1234, + port: 4321, hot: true, https: false, overlay: { |