Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



I added "start": "webpack-dev-server --port 8085" under "scripts" object in package.json to change default webpack dev server port to 8085.

 "scripts" : { ... "start" : "webpack-dev-server --port 8085" , "build" : "webpack --mode=production" , ...
}
If you want to change selection, open document below and click on "Move attachment"

reactjs - How do I change webpack dev server's default port from 8080 to a different port? - Stack Overflow
hael JungoMichael Jungo 31.9k33 gold badges9292 silver badges8585 bronze badges 0 Add a comment | This answer is useful 7 This answer is not useful Save this answer. Show activity on this post. <span>I added "start": "webpack-dev-server --port 8085" under "scripts" object in package.json to change default webpack dev server port to 8085. "scripts": { ... "start": "webpack-dev-server --port 8085", "build": "webpack --mode=production", ... } Share Share a link to this answer Copy link CC BY-SA 4.0 Improve this answer Follow Follow this answer to receive notifications answered Oct 18, 2021 at 9:24 Arpit AggarwalArpit Aggarwa


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.