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.
1 parent cf3def6 commit d668726Copy full SHA for d668726
webpack/webpack.config.ts
@@ -15,7 +15,7 @@ interface IWebpackEnv {
15
16
const defaultEnvironment: IWebpackEnv = {
17
devServerHost: "localhost",
18
- devServerPort: "3093",
+ devServerPort: "3013",
19
production: false,
20
watch: false
21
};
0 commit comments