We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aec6f4 + 2b827a8 commit 1ecdd3aCopy full SHA for 1ecdd3a
webpack.config.js
@@ -95,7 +95,7 @@ const distConfig = baseConfig.clone()
95
96
// build the examples and debugging tools in `build/`
97
const buildConfig = baseConfig.clone()
98
- .enableDevServer(process.env.PORT || 8602)
+ .enableDevServer(process.env.PORT || 8601)
99
.merge({
100
entry: {
101
gui: './src/playground/index.jsx',
0 commit comments