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/copy-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: webpack/copy-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 6 commits
  • 7 files changed
  • 6 contributors

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    806eb41 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    5db376b View commit details
    Browse the repository at this point in the history
  2. perf: improvement for webpack@5 (#406)

    Sets don't allow duplicates, so checking for `has` is not necessary
    
    webpack 5 makes these Sets lazy, which makes reading more expensive.
    So only the watcher should read from these Sets, which is called after the compilation has finished,
    so that doesn't contribute to build performance.
    
    LazySets also have a `addAll` method, which allows to add an Iterable lazily (only iterated when LazySet is read)
    sokra authored and evilebottnawi committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c546871 View commit details
    Browse the repository at this point in the history
  3. refactor: minor code refactor (#399)

    use includes to check for existence
    jamesgeorge007 authored and evilebottnawi committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    3103940 View commit details
    Browse the repository at this point in the history
  4. docs: fix typo (#401)

    ream88 authored and evilebottnawi committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9146c2a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    0675847 View commit details
    Browse the repository at this point in the history
Loading