Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/webpack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: webpack/webpack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 2, 2018

  1. Remove workspaces key, as yarn workspaces is not in use

    this monorepo uses `lerna bootstrap` with `npm` as a dependency manager, so the "workspaces" key is not needed.
    
    fixes #479
    AviVahl committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    a1a796d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Merge pull request #481 from AviVahl/master

    fix: Remove workspaces key, as yarn workspaces is not in use
    sendilkumarn authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    6b255c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. cli(init): don't use uglify on prod config (#490)

    * cli(init): don't use uglify on prod config
    
    * cli(init): revise preset opt
    evenstensberg authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    6854bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6833db9 View commit details
    Browse the repository at this point in the history
Loading