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.3.10
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.3.11
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 31, 2020

  1. fix: ci (#1193)

    * fix: ci
    
    * chore(cli): remove macos from azure-pipelines
    smelukov authored Jan 31, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a037dc8 View commit details

Commits on Feb 11, 2020

  1. fix: release stable

    ematipico committed Feb 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c9927e3 View commit details
Showing with 3,571 additions and 1,023 deletions.
  1. +1 −6 azure-pipelines.yml
  2. +3,562 −1,009 package-lock.json
  3. +8 −8 package.json
7 changes: 1 addition & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
jobs:
- template: azure-pipelines-template.yml
parameters:
name: macOS
vmImage: macOS-10.13

- template: azure-pipelines-template.yml
parameters:
name: Linux
@@ -16,4 +11,4 @@ jobs:
# vmImage: vs2017-win2016

variables:
nproc: 3
nproc: 3
Loading