Merge pull request #335 from rschamp/feature/port

Fix dev port number
This commit is contained in:
Ray Schamp 2016-11-21 14:32:44 -05:00 committed by GitHub
commit 9859c3d91a
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@ var webpack = require('webpack');
var base = {
devServer: {
contentBase: path.resolve(__dirname, 'playground'),
host: '0.0.0.0'
host: '0.0.0.0',
port: process.env.PORT || 8073
},
module: {
loaders: [