Skip to content

Conversation

@tabrindle
Copy link
Contributor

What kind of change does this PR introduce?
This adds a new feature: a webpack-cli info command which outputs something like this:

  System:
    OS: macOS High Sierra 10.13
    CPU: x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
  Binaries:
    Node: 8.10.0
    Yarn: 1.5.1
    npm: 5.6.0
  Browsers:
    Chrome: 65.0.3325.181
    Firefox: 58.0
    Safari: 11.0
  npmPackages:
    webpack:
      wanted: ^4.1.1
      installed: 4.1.1
    webpack-addons:
      wanted: ^1.1.5
      installed: 1.1.5
    webpack-dev-server:
      wanted: ^3.0.0
      installed: 3.1.1
  npmGlobalPackages:
    webpack: 4.2.0
    webpack-cli: 2.0.11

Did you add tests for your changes?
Not sure necessary - if any objections, I am open to looking into this.

If relevant, did you update the documentation?
Updated ISSUE_TEMPLATE

Summary
Should help with issue reporting: see #334

Does this PR introduce a breaking change?
Nope.

Other information
This same approach has been successful in Jest, styled-components, create-react-app and React Native so far, I'd like to bring it to webpack!

@jsf-clabot
Copy link

jsf-clabot commented Mar 23, 2018

CLA assistant check
All committers have signed the CLA.

@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@evenstensberg
Copy link
Member

Thanks for submitting a PR @tabrindle ! ❤️

@webpack-bot
Copy link

Hi @tabrindle.

Just a little hint from a friendly bot about the best practice when submitting pull requests:

Don't submit pull request from your own master branch. It's recommended to create a feature branch for the PR.

You don't have to change it for this PR, just make sure to follow this hint the next time you submit a PR.

@ematipico ematipico merged commit 7d2e8d9 into webpack:master Mar 24, 2018
@evenstensberg
Copy link
Member

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants