Skip to content

Commit

Permalink
Moved default port to 8000 (collides with karma setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
weblogixx committed Jun 15, 2016
1 parent bc02014 commit 20980d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/webpack/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class WebpackBaseConfig {
historyApiFallback: true,
hot: true,
inline: true,
port: 8080
port: 8000
},
entry: './index.js',
module: {
Expand Down
2 changes: 1 addition & 1 deletion conf/webpack/Dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class WebpackDevConfig extends WebpackBaseConfig {
this.config = {
devtool: 'cheap-module-source-map',
entry: [
'webpack-dev-server/client?http://0.0.0.0:8080/',
'webpack-dev-server/client?http://0.0.0.0:8000/',
'webpack/hot/only-dev-server',
'./index.js'
],
Expand Down

0 comments on commit 20980d8

Please sign in to comment.