We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc02014 commit 20980d8Copy full SHA for 20980d8
2 files changed
conf/webpack/Base.js
@@ -76,7 +76,7 @@ class WebpackBaseConfig {
76
historyApiFallback: true,
77
hot: true,
78
inline: true,
79
- port: 8080
+ port: 8000
80
},
81
entry: './index.js',
82
module: {
conf/webpack/Dev.js
@@ -11,7 +11,7 @@ class WebpackDevConfig extends WebpackBaseConfig {
11
this.config = {
12
devtool: 'cheap-module-source-map',
13
entry: [
14
- 'webpack-dev-server/client?http://0.0.0.0:8080/',
+ 'webpack-dev-server/client?http://0.0.0.0:8000/',
15
'webpack/hot/only-dev-server',
16
'./index.js'
17
],
0 commit comments