Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Fixed webpack-dev-server port to be defined in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Aug 18, 2019
1 parent b2ccd7a commit 8fb9f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"main": "main.js",
"scripts": {
"prod": "webpack --mode production --config webpack.build.config.js && electron --noDevServer .",
"start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
"start": "webpack-dev-server --hot --host 0.0.0.0 --port 8080 --config=./webpack.dev.config.js --mode development",
"build": "webpack --config webpack.build.config.js --mode production",
"package": "npm run build",
"test": "echo 'no tests'",
Expand Down

0 comments on commit 8fb9f10

Please sign in to comment.