Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the two installation guides into one #766

Merged
merged 2 commits into from
Jan 31, 2017

Conversation

simon04
Copy link
Collaborator

@simon04 simon04 commented Jan 29, 2017


### Local Installation

``` bash
npm install webpack --save-dev
npm install webpack@beta --save-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beta can be dropped now. Apart from that, this is good.

W> Note that a global webpack installation is not a recommended practice. This locks you down to a specific version of webpack and might fail in projects that use a different version.

``` bash
npm install webpack@beta -g
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. No need for @beta anymore.

@simon04
Copy link
Collaborator Author

simon04 commented Jan 31, 2017

Great to hear that webpack 2 is out of @beta! Adapted the install docs in 6033cf9.

@bebraw bebraw merged commit 157683c into webpack:master Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants