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

Commit

Permalink
Update webpack.config.js (#3662)
Browse files Browse the repository at this point in the history
Removing manual port assignment meant only for local testing.
  • Loading branch information
neilpfeiffer authored Sep 8, 2022
1 parent 1608e6d commit 0352cf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const coreConfig = (env = {}) => ({
defaultLocale: env.defaultLocale,
}),
],
devServer: {
host: '0.0.0.0',
port: 8083,
},
});

const mergedConfig = (env, argv) => (
Expand Down

0 comments on commit 0352cf5

Please sign in to comment.