X Tutup
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: zshift/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zshift/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ngo-webpack-next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    6896f90 View commit details
    Browse the repository at this point in the history
  2. feat(@angular/cli): add scope hoisting

    See the following links for details on scope hoisting:
    https://medium.com/webpack/webpack-freelancing-log-book-week-5-7-4764be3266f5
    https://medium.com/webpack/webpack-freelancing-log-book-week-8-e73811deb412
    
    Node's global was also remove, since it seemed to affect optimization
    gains. It's still enabled for `ng serve` with live reload, since that
    functionality needs it.
    filipesilva committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    22eef26 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    2303540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b69d6d View commit details
    Browse the repository at this point in the history
Loading
X Tutup