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

Commit 0352cf5

Browse files
authored
Update webpack.config.js (#3662)
Removing manual port assignment meant only for local testing.
1 parent 1608e6d commit 0352cf5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webpack.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ const coreConfig = (env = {}) => ({
1111
defaultLocale: env.defaultLocale,
1212
}),
1313
],
14-
devServer: {
15-
host: '0.0.0.0',
16-
port: 8083,
17-
},
1814
});
1915

2016
const mergedConfig = (env, argv) => (

0 commit comments

Comments
 (0)