Skip to content

Commit

Permalink
Merge pull request #49 from iroy2000/allow-multiple-project-same-time
Browse files Browse the repository at this point in the history
Make sure development port is configurable
  • Loading branch information
iroy2000 authored Apr 22, 2018
2 parents bd3a084 + 96a5da9 commit fd7e8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-boilerplate",
"version": "0.9.58",
"version": "1.0.0",
"description": "React Redux Boilerplate is a workflow boilerplate that make life easier for developers by providing a virtual development environment and production ready build process framework out of the box.",
"scripts": {
"dev": "cross-env NODE_ENV=development DASHBOARD_PORT=9901 webpack-dashboard -p 9901 -c red -t dashboard -- node bin/commands.js dev",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const webpackDevOutput = {
webpackConfig.output = Object.assign(webpackConfig.output, webpackDevOutput);

webpackConfig.devServer = {
port: config.get('port'),
clientLogLevel: "error",
compress: true,
noInfo: true,
Expand Down

0 comments on commit fd7e8e6

Please sign in to comment.