Skip to content

Commit

Permalink
Remove webpack-dev-server upgrade (#1356)
Browse files Browse the repository at this point in the history
In the Upgrade section the readme had `yarn upgrade webpack-dev-server --latest`. This will cause issues related to #1295 until webpacker supports webpack 4.0.
  • Loading branch information
Nate Vick authored and gauravtiwari committed Mar 15, 2018
1 parent 811796a commit 93386ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ You can run following commands to upgrade Webpacker to the latest stable version
```bash
bundle update webpacker
yarn upgrade @rails/webpacker --latest
yarn upgrade webpack-dev-server --latest
yarn add webpack-dev-server@^2.11.1
```

### Yarn Integrity
Expand Down

0 comments on commit 93386ed

Please sign in to comment.