mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2025-10-29 01:40:14 +00:00
Webpack dev server now gets a static port to run on.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"author": "Dmytro Barylo",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --port=5000",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
"start": "node server.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user