File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ To run a server with hot module replacement:
150
150
$ npm run dev-server
151
151
```
152
152
153
- Open [ http://localhost:8080 ] ( http://localhost:8080 ) . You can now modify the files in both ` src ` and ` demo/src ` .
153
+ Open [ http://localhost:8082 ] ( http://localhost:8082 ) . You can now modify the files in both ` src ` and ` demo/src ` .
154
154
155
155
## Thank You
156
156
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ config.plugins.splice(1, 2);
14
14
15
15
// Add Hot Loader server entry points.
16
16
config . entry . app . unshift (
17
- 'webpack-dev-server/client?http://localhost:8080 ' ,
17
+ 'webpack-dev-server/client?http://localhost:8082 ' ,
18
18
'webpack/hot/dev-server'
19
19
) ;
20
20
@@ -29,4 +29,4 @@ server = new webpackDevServer(compiler, {
29
29
publicPath : config . output . publicPath ,
30
30
hot : true
31
31
} ) ;
32
- server . listen ( 8080 ) ;
32
+ server . listen ( 8082 ) ;
You can’t perform that action at this time.
0 commit comments