Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Downgrade version of webpack-dev-server
Browse files Browse the repository at this point in the history
The current dependencies caused an error while executing the start script in node v8.9.0. THe issue has been fixed by downgrading the version of webpack-dev-server from 3.0.0 to 2.9.1
  • Loading branch information
rkpattnaik780 committed Jan 30, 2019
1 parent 653b135 commit 5b5066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.0.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
},
"engines": {
Expand Down

0 comments on commit 5b5066c

Please sign in to comment.