Skip to content

Commit 1ecdd3a

Browse files
authored
Merge pull request #9648 from cwillisf/back-to-8601
build: move back to port 8601
2 parents 8aec6f4 + 2b827a8 commit 1ecdd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const distConfig = baseConfig.clone()
9595

9696
// build the examples and debugging tools in `build/`
9797
const buildConfig = baseConfig.clone()
98-
.enableDevServer(process.env.PORT || 8602)
98+
.enableDevServer(process.env.PORT || 8601)
9999
.merge({
100100
entry: {
101101
gui: './src/playground/index.jsx',

0 commit comments

Comments
 (0)